Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-2068 (GCVE-0-2022-2068)
Vulnerability from cvelistv5 – Published: 2022-06-21 14:45 – Updated: 2025-12-30 04:55
VLAI?
EPSS
Title
The c_rehash script allows command injection
Summary
In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool. Fixed in OpenSSL 3.0.4 (Affected 3.0.0,3.0.1,3.0.2,3.0.3). Fixed in OpenSSL 1.1.1p (Affected 1.1.1-1.1.1o). Fixed in OpenSSL 1.0.2zf (Affected 1.0.2-1.0.2ze).
Severity ?
No CVSS data available.
CWE
- Command injection
Assigner
References
Impacted products
Credits
Chancen (Qingteng 73lab)
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-11-03T21:45:47.155Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://gitlab.com/fraf0/cve-2022-1292-re_score-analysis"
},
{
"tags": [
"x_transferred"
],
"url": "https://www.openssl.org/news/secadv/20220621.txt"
},
{
"tags": [
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=2c9c35870601b4a44d86ddbf512b38df38285cfa"
},
{
"tags": [
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=9639817dac8bbbaa64d09efad7464ccc405527c7"
},
{
"tags": [
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=7a9c027159fe9e1bbc2cd38a8a2914bff0d5abd9"
},
{
"name": "DSA-5169",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://www.debian.org/security/2022/dsa-5169"
},
{
"name": "FEDORA-2022-3b7d0abd0b",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6WZZBKUHQFGSKGNXXKICSRPL7AMVW5M5/"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20220707-0008/"
},
{
"name": "FEDORA-2022-41890e9e44",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VCMNWKERPBKOEBNL7CLTTX3ZZCZLH7XA/"
},
{
"tags": [
"x_transferred"
],
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf"
},
{
"url": "http://seclists.org/fulldisclosure/2024/Nov/0"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2022-2068",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2023-07-21T00:00:00+00:00",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-78",
"description": "CWE-78 Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-30T04:55:27.130Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "OpenSSL",
"vendor": "OpenSSL",
"versions": [
{
"status": "affected",
"version": "Fixed in OpenSSL 3.0.4 (Affected 3.0.0,3.0.1,3.0.2,3.0.3)"
},
{
"status": "affected",
"version": "Fixed in OpenSSL 1.1.1p (Affected 1.1.1-1.1.1o)"
},
{
"status": "affected",
"version": "Fixed in OpenSSL 1.0.2zf (Affected 1.0.2-1.0.2ze)"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Chancen (Qingteng 73lab)"
}
],
"datePublic": "2022-06-21T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool. Fixed in OpenSSL 3.0.4 (Affected 3.0.0,3.0.1,3.0.2,3.0.3). Fixed in OpenSSL 1.1.1p (Affected 1.1.1-1.1.1o). Fixed in OpenSSL 1.0.2zf (Affected 1.0.2-1.0.2ze)."
}
],
"metrics": [
{
"other": {
"content": {
"lang": "eng",
"url": "https://www.openssl.org/policies/secpolicy.html#Moderate",
"value": "Moderate"
},
"type": "unknown"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "Command injection",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-01-10T00:00:00.000Z",
"orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"shortName": "openssl"
},
"references": [
{
"url": "https://www.openssl.org/news/secadv/20220621.txt"
},
{
"url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=2c9c35870601b4a44d86ddbf512b38df38285cfa"
},
{
"url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=9639817dac8bbbaa64d09efad7464ccc405527c7"
},
{
"url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=7a9c027159fe9e1bbc2cd38a8a2914bff0d5abd9"
},
{
"name": "DSA-5169",
"tags": [
"vendor-advisory"
],
"url": "https://www.debian.org/security/2022/dsa-5169"
},
{
"name": "FEDORA-2022-3b7d0abd0b",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6WZZBKUHQFGSKGNXXKICSRPL7AMVW5M5/"
},
{
"url": "https://security.netapp.com/advisory/ntap-20220707-0008/"
},
{
"name": "FEDORA-2022-41890e9e44",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VCMNWKERPBKOEBNL7CLTTX3ZZCZLH7XA/"
},
{
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf"
}
],
"title": "The c_rehash script allows command injection"
}
},
"cveMetadata": {
"assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"assignerShortName": "openssl",
"cveId": "CVE-2022-2068",
"datePublished": "2022-06-21T14:45:20.597Z",
"dateReserved": "2022-06-13T00:00:00.000Z",
"dateUpdated": "2025-12-30T04:55:27.130Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2022-2068\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2022-06-21T15:15:09.060\",\"lastModified\":\"2025-11-03T22:15:58.023\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool. Fixed in OpenSSL 3.0.4 (Affected 3.0.0,3.0.1,3.0.2,3.0.3). Fixed in OpenSSL 1.1.1p (Affected 1.1.1-1.1.1o). Fixed in OpenSSL 1.0.2zf (Affected 1.0.2-1.0.2ze).\"},{\"lang\":\"es\",\"value\":\"Adem\u00e1s de una inyecci\u00f3n de comandos de shell c_rehash identificada en CVE-2022-1292, se encontraron otras circunstancias en las que el script c_rehash no sanea adecuadamente los metacaracteres de shell para evitar la inyecci\u00f3n de comandos mediante la revisi\u00f3n del c\u00f3digo. Cuando fue corregida la CVE-2022-1292 no ha sido detectado que se presentan otros lugares en el script en los que los nombres de archivo de los certificados a los que es aplicado el hash son pasados posiblemente a un comando ejecutado mediante el shell. Este script es distribuido por algunos sistemas operativos de manera que es ejecutado autom\u00e1ticamente. En dichos sistemas operativos, un atacante podr\u00eda ejecutar comandos arbitrarios con los privilegios del script. El uso del script c_rehash es considerado obsoleto y debe ser sustituido por la herramienta de l\u00ednea de comandos OpenSSL rehash. Corregido en OpenSSL versi\u00f3n 3.0.4 (Afectados 3.0.0,3.0.1,3.0.2,3.0.3). Corregido en OpenSSL versi\u00f3n 1.1.1p (Afectado 1.1.1-1.1.1o). Corregido en OpenSSL versi\u00f3n 1.0.2zf (Afectado 1.0.2-1.0.2ze)\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.3,\"impactScore\":5.9},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:C/I:C/A:C\",\"baseScore\":10.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"COMPLETE\",\"integrityImpact\":\"COMPLETE\",\"availabilityImpact\":\"COMPLETE\"},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":10.0,\"impactScore\":10.0,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-78\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-78\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.0.2\",\"versionEndExcluding\":\"1.0.2zf\",\"matchCriteriaId\":\"C9B6EB2C-EF9B-44AF-B083-BF59B8107801\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.1.1\",\"versionEndExcluding\":\"1.1.1p\",\"matchCriteriaId\":\"5EAA5CAF-1DE6-4730-9E07-9E6594A5D6BF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.0.4\",\"matchCriteriaId\":\"4188DBDA-354F-4939-904D-0A9F8A8AB703\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"},{\"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:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:siemens:sinec_ins:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.0\",\"matchCriteriaId\":\"C89891C1-DFD7-4E1F-80A9-7485D86A15B5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:siemens:sinec_ins:1.0:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"4664B195-AF14-4834-82B3-0B2C98020EB6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:siemens:sinec_ins:1.0:sp1:*:*:*:*:*:*\",\"matchCriteriaId\":\"75BC588E-CDF0-404E-AD61-02093A1DF343\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:siemens:sinec_ins:1.0:sp2:*:*:*:*:*:*\",\"matchCriteriaId\":\"A334F7B4-7283-4453-BAED-D2E01B7F8A6E\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:element_software:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"85DF4B3F-4BBC-42B7-B729-096934523D63\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:hci_management_node:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A3C19813-E823-456A-B1CE-EC0684CE1953\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:ontap_antivirus_connector:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"759D1A24-B23B-404E-AD39-F18D7DBAD501\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:ontap_select_deploy_administration_utility:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E7CF3019-975D-40BB-A8A4-894E62BD3797\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:santricity_smi-s_provider:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"361B791A-D336-4431-8F68-8135BEFFAEA2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:smi-s_provider:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4BB0FDCF-3750-44C6-AC5C-0CC2AAD14093\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:snapmanager:-:*:*:*:*:hyper-v:*:*\",\"matchCriteriaId\":\"80774A35-B0B8-4F9C-99CA-23849978D158\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:solidfire:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A6E9EF0C-AFA8-4F7B-9FDC-1E0F7C26E737\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:bootstrap_os:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"95BA156C-C977-4F0C-8DFB-3FAE9CC8C02D\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:hci_compute_node:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"AD7447BC-F315-4298-A822-549942FC118B\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:h615c_firmware:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5921A877-18BF-43FE-915C-D226E140ACFC\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:h615c:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7296A1F2-D315-4FD5-8A73-65C480C855BE\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:h610s_firmware:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FD7CFE0E-9D1E-4495-B302-89C3096FC0DF\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:h610s:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F63A3FA7-AAED-4A9D-9FDE-6195302DA0F6\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:h610c_firmware:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"89612649-BACF-4FAC-9BA4-324724FD93A6\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:h610c:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F3D9B255-C1AF-42D1-BF9B-13642FBDC080\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:h410c_firmware:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"234DEFE0-5CE5-4B0A-96B8-5D227CB8ED31\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:h410c:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CDDF61B7-EC5C-467C-B710-B89F502CD04F\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:h300s_firmware:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"6770B6C3-732E-4E22-BF1C-2D2FD610061C\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:h300s:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"9F9C8C20-42EB-4AB5-BD97-212DEB070C43\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:h500s_firmware:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7FFF7106-ED78-49BA-9EC5-B889E3685D53\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:h500s:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E63D8B0F-006E-4801-BF9D-1C001BBFB4F9\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:h700s_firmware:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"56409CEC-5A1E-4450-AA42-641E459CC2AF\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:h700s:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B06F4839-D16A-4A61-9BB5-55B13F41E47F\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:h410s_firmware:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D0B4AD8A-F172-4558-AEC6-FF424BA2D912\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:h410s:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"8497A4C9-8474-4A62-8331-3FE862ED4098\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:fas_8300_firmware:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D5CDADAB-72A5-4526-8432-E6C9AC56B29F\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:fas_8300:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E64576DE-90F0-4F5E-9C82-AB745CFEDBB7\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:fas_8700_firmware:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"EF5AFE69-7990-4F80-9E63-D8AD58AA3A2D\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:fas_8700:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"6415E28A-4EAC-4F7F-BD81-1A55CE8B6F40\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:fas_a400_firmware:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CAA3A789-79F7-4DC8-9722-3958A3162EB4\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:fas_a400:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"18C138F0-706F-44A8-880E-133F66DE164A\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:aff_8300_firmware:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CA79D39A-A5F2-4C44-A805-5113065F8C25\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:aff_8300:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4CA55FBD-6EBA-49C8-92BA-2B1BCCB18A3A\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:aff_8700_firmware:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"70ECC434-DF20-49A6-B4CF-D5CCA480E57D\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:aff_8700:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"232DC609-8023-41F9-8CE3-1B31CE2F2D93\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:aff_a400_firmware:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"56FD9B9A-BBE5-4CA5-B9F9-B16E1FE738C8\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:aff_a400:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F3E70A56-DBA8-45C7-8C49-1A036501156F\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:broadcom:sannav:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E5BAE3DB-F5EE-4AFB-A60E-FE8B809BDE66\"}]}]}],\"references\":[{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=2c9c35870601b4a44d86ddbf512b38df38285cfa\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=7a9c027159fe9e1bbc2cd38a8a2914bff0d5abd9\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=9639817dac8bbbaa64d09efad7464ccc405527c7\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6WZZBKUHQFGSKGNXXKICSRPL7AMVW5M5/\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VCMNWKERPBKOEBNL7CLTTX3ZZCZLH7XA/\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20220707-0008/\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2022/dsa-5169\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.openssl.org/news/secadv/20220621.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"http://seclists.org/fulldisclosure/2024/Nov/0\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=2c9c35870601b4a44d86ddbf512b38df38285cfa\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=7a9c027159fe9e1bbc2cd38a8a2914bff0d5abd9\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=9639817dac8bbbaa64d09efad7464ccc405527c7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://gitlab.com/fraf0/cve-2022-1292-re_score-analysis\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6WZZBKUHQFGSKGNXXKICSRPL7AMVW5M5/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VCMNWKERPBKOEBNL7CLTTX3ZZCZLH7XA/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20220707-0008/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2022/dsa-5169\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.openssl.org/news/secadv/20220621.txt\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://gitlab.com/fraf0/cve-2022-1292-re_score-analysis\"}, {\"url\": \"https://www.openssl.org/news/secadv/20220621.txt\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=2c9c35870601b4a44d86ddbf512b38df38285cfa\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=9639817dac8bbbaa64d09efad7464ccc405527c7\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=7a9c027159fe9e1bbc2cd38a8a2914bff0d5abd9\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://www.debian.org/security/2022/dsa-5169\", \"name\": \"DSA-5169\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6WZZBKUHQFGSKGNXXKICSRPL7AMVW5M5/\", \"name\": \"FEDORA-2022-3b7d0abd0b\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20220707-0008/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VCMNWKERPBKOEBNL7CLTTX3ZZCZLH7XA/\", \"name\": \"FEDORA-2022-41890e9e44\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://seclists.org/fulldisclosure/2024/Nov/0\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T21:45:47.155Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.8, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-2068\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-23T13:27:34.326774Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-78\", \"description\": \"CWE-78 Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-05-05T13:10:48.414Z\"}}], \"cna\": {\"title\": \"The c_rehash script allows command injection\", \"credits\": [{\"lang\": \"en\", \"value\": \"Chancen (Qingteng 73lab)\"}], \"metrics\": [{\"other\": {\"type\": \"unknown\", \"content\": {\"url\": \"https://www.openssl.org/policies/secpolicy.html#Moderate\", \"lang\": \"eng\", \"value\": \"Moderate\"}}}], \"affected\": [{\"vendor\": \"OpenSSL\", \"product\": \"OpenSSL\", \"versions\": [{\"status\": \"affected\", \"version\": \"Fixed in OpenSSL 3.0.4 (Affected 3.0.0,3.0.1,3.0.2,3.0.3)\"}, {\"status\": \"affected\", \"version\": \"Fixed in OpenSSL 1.1.1p (Affected 1.1.1-1.1.1o)\"}, {\"status\": \"affected\", \"version\": \"Fixed in OpenSSL 1.0.2zf (Affected 1.0.2-1.0.2ze)\"}]}], \"datePublic\": \"2022-06-21T00:00:00.000Z\", \"references\": [{\"url\": \"https://www.openssl.org/news/secadv/20220621.txt\"}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=2c9c35870601b4a44d86ddbf512b38df38285cfa\"}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=9639817dac8bbbaa64d09efad7464ccc405527c7\"}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=7a9c027159fe9e1bbc2cd38a8a2914bff0d5abd9\"}, {\"url\": \"https://www.debian.org/security/2022/dsa-5169\", \"name\": \"DSA-5169\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6WZZBKUHQFGSKGNXXKICSRPL7AMVW5M5/\", \"name\": \"FEDORA-2022-3b7d0abd0b\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20220707-0008/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VCMNWKERPBKOEBNL7CLTTX3ZZCZLH7XA/\", \"name\": \"FEDORA-2022-41890e9e44\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool. Fixed in OpenSSL 3.0.4 (Affected 3.0.0,3.0.1,3.0.2,3.0.3). Fixed in OpenSSL 1.1.1p (Affected 1.1.1-1.1.1o). Fixed in OpenSSL 1.0.2zf (Affected 1.0.2-1.0.2ze).\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"text\", \"description\": \"Command injection\"}]}], \"providerMetadata\": {\"orgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"shortName\": \"openssl\", \"dateUpdated\": \"2023-01-10T00:00:00.000Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2022-2068\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-12-30T04:55:27.130Z\", \"dateReserved\": \"2022-06-13T00:00:00.000Z\", \"assignerOrgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"datePublished\": \"2022-06-21T14:45:20.597Z\", \"assignerShortName\": \"openssl\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
OPENSUSE-SU-2025:15136-1
Vulnerability from csaf_opensuse - Published: 2025-05-20 00:00 - Updated: 2025-05-20 00:00Summary
grype-0.92.1-1.1 on GA media
Notes
Title of the patch
grype-0.92.1-1.1 on GA media
Description of the patch
These are all security issues fixed in the grype-0.92.1-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-15136
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "grype-0.92.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the grype-0.92.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15136",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15136-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:15136-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/J2QBML6L7L5D24KOH62TTXXD5XXJHMEM/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:15136-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/J2QBML6L7L5D24KOH62TTXXD5XXJHMEM/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3711 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3711/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-2068 page",
"url": "https://www.suse.com/security/cve/CVE-2022-2068/"
}
],
"title": "grype-0.92.1-1.1 on GA media",
"tracking": {
"current_release_date": "2025-05-20T00:00:00Z",
"generator": {
"date": "2025-05-20T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15136-1",
"initial_release_date": "2025-05-20T00:00:00Z",
"revision_history": [
{
"date": "2025-05-20T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "grype-0.92.1-1.1.aarch64",
"product": {
"name": "grype-0.92.1-1.1.aarch64",
"product_id": "grype-0.92.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "grype-bash-completion-0.92.1-1.1.aarch64",
"product": {
"name": "grype-bash-completion-0.92.1-1.1.aarch64",
"product_id": "grype-bash-completion-0.92.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "grype-fish-completion-0.92.1-1.1.aarch64",
"product": {
"name": "grype-fish-completion-0.92.1-1.1.aarch64",
"product_id": "grype-fish-completion-0.92.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "grype-zsh-completion-0.92.1-1.1.aarch64",
"product": {
"name": "grype-zsh-completion-0.92.1-1.1.aarch64",
"product_id": "grype-zsh-completion-0.92.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grype-0.92.1-1.1.ppc64le",
"product": {
"name": "grype-0.92.1-1.1.ppc64le",
"product_id": "grype-0.92.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "grype-bash-completion-0.92.1-1.1.ppc64le",
"product": {
"name": "grype-bash-completion-0.92.1-1.1.ppc64le",
"product_id": "grype-bash-completion-0.92.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "grype-fish-completion-0.92.1-1.1.ppc64le",
"product": {
"name": "grype-fish-completion-0.92.1-1.1.ppc64le",
"product_id": "grype-fish-completion-0.92.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "grype-zsh-completion-0.92.1-1.1.ppc64le",
"product": {
"name": "grype-zsh-completion-0.92.1-1.1.ppc64le",
"product_id": "grype-zsh-completion-0.92.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grype-0.92.1-1.1.s390x",
"product": {
"name": "grype-0.92.1-1.1.s390x",
"product_id": "grype-0.92.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "grype-bash-completion-0.92.1-1.1.s390x",
"product": {
"name": "grype-bash-completion-0.92.1-1.1.s390x",
"product_id": "grype-bash-completion-0.92.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "grype-fish-completion-0.92.1-1.1.s390x",
"product": {
"name": "grype-fish-completion-0.92.1-1.1.s390x",
"product_id": "grype-fish-completion-0.92.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "grype-zsh-completion-0.92.1-1.1.s390x",
"product": {
"name": "grype-zsh-completion-0.92.1-1.1.s390x",
"product_id": "grype-zsh-completion-0.92.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "grype-0.92.1-1.1.x86_64",
"product": {
"name": "grype-0.92.1-1.1.x86_64",
"product_id": "grype-0.92.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "grype-bash-completion-0.92.1-1.1.x86_64",
"product": {
"name": "grype-bash-completion-0.92.1-1.1.x86_64",
"product_id": "grype-bash-completion-0.92.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "grype-fish-completion-0.92.1-1.1.x86_64",
"product": {
"name": "grype-fish-completion-0.92.1-1.1.x86_64",
"product_id": "grype-fish-completion-0.92.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "grype-zsh-completion-0.92.1-1.1.x86_64",
"product": {
"name": "grype-zsh-completion-0.92.1-1.1.x86_64",
"product_id": "grype-zsh-completion-0.92.1-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grype-0.92.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grype-0.92.1-1.1.aarch64"
},
"product_reference": "grype-0.92.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grype-0.92.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grype-0.92.1-1.1.ppc64le"
},
"product_reference": "grype-0.92.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grype-0.92.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grype-0.92.1-1.1.s390x"
},
"product_reference": "grype-0.92.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grype-0.92.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grype-0.92.1-1.1.x86_64"
},
"product_reference": "grype-0.92.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grype-bash-completion-0.92.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.aarch64"
},
"product_reference": "grype-bash-completion-0.92.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grype-bash-completion-0.92.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.ppc64le"
},
"product_reference": "grype-bash-completion-0.92.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grype-bash-completion-0.92.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.s390x"
},
"product_reference": "grype-bash-completion-0.92.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grype-bash-completion-0.92.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.x86_64"
},
"product_reference": "grype-bash-completion-0.92.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grype-fish-completion-0.92.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.aarch64"
},
"product_reference": "grype-fish-completion-0.92.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grype-fish-completion-0.92.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.ppc64le"
},
"product_reference": "grype-fish-completion-0.92.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grype-fish-completion-0.92.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.s390x"
},
"product_reference": "grype-fish-completion-0.92.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grype-fish-completion-0.92.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.x86_64"
},
"product_reference": "grype-fish-completion-0.92.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grype-zsh-completion-0.92.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.aarch64"
},
"product_reference": "grype-zsh-completion-0.92.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grype-zsh-completion-0.92.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.ppc64le"
},
"product_reference": "grype-zsh-completion-0.92.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grype-zsh-completion-0.92.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.s390x"
},
"product_reference": "grype-zsh-completion-0.92.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grype-zsh-completion-0.92.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.x86_64"
},
"product_reference": "grype-zsh-completion-0.92.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-3711",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3711"
}
],
"notes": [
{
"category": "general",
"text": "In order to decrypt SM2 encrypted data an application is expected to call the API function EVP_PKEY_decrypt(). Typically an application will call this function twice. The first time, on entry, the \"out\" parameter can be NULL and, on exit, the \"outlen\" parameter is populated with the buffer size required to hold the decrypted plaintext. The application can then allocate a sufficiently sized buffer and call EVP_PKEY_decrypt() again, but this time passing a non-NULL value for the \"out\" parameter. A bug in the implementation of the SM2 decryption code means that the calculation of the buffer size required to hold the plaintext returned by the first call to EVP_PKEY_decrypt() can be smaller than the actual size required by the second call. This can lead to a buffer overflow when EVP_PKEY_decrypt() is called by the application a second time with a buffer that is too small. A malicious attacker who is able present SM2 content for decryption to an application could cause attacker chosen data to overflow the buffer by up to a maximum of 62 bytes altering the contents of other data held after the buffer, possibly changing application behaviour or causing the application to crash. The location of the buffer is application dependent but is typically heap allocated. Fixed in OpenSSL 1.1.1l (Affected 1.1.1-1.1.1k).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grype-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3711",
"url": "https://www.suse.com/security/cve/CVE-2021-3711"
},
{
"category": "external",
"summary": "SUSE Bug 1189520 for CVE-2021-3711",
"url": "https://bugzilla.suse.com/1189520"
},
{
"category": "external",
"summary": "SUSE Bug 1190129 for CVE-2021-3711",
"url": "https://bugzilla.suse.com/1190129"
},
{
"category": "external",
"summary": "SUSE Bug 1192100 for CVE-2021-3711",
"url": "https://bugzilla.suse.com/1192100"
},
{
"category": "external",
"summary": "SUSE Bug 1205663 for CVE-2021-3711",
"url": "https://bugzilla.suse.com/1205663"
},
{
"category": "external",
"summary": "SUSE Bug 1225628 for CVE-2021-3711",
"url": "https://bugzilla.suse.com/1225628"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:grype-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.x86_64"
]
}
],
"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": [
"openSUSE Tumbleweed:grype-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-20T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2021-3711"
},
{
"cve": "CVE-2022-2068",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-2068"
}
],
"notes": [
{
"category": "general",
"text": "In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool. Fixed in OpenSSL 3.0.4 (Affected 3.0.0,3.0.1,3.0.2,3.0.3). Fixed in OpenSSL 1.1.1p (Affected 1.1.1-1.1.1o). Fixed in OpenSSL 1.0.2zf (Affected 1.0.2-1.0.2ze).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grype-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-2068",
"url": "https://www.suse.com/security/cve/CVE-2022-2068"
},
{
"category": "external",
"summary": "SUSE Bug 1200550 for CVE-2022-2068",
"url": "https://bugzilla.suse.com/1200550"
},
{
"category": "external",
"summary": "SUSE Bug 1207568 for CVE-2022-2068",
"url": "https://bugzilla.suse.com/1207568"
},
{
"category": "external",
"summary": "SUSE Bug 1225628 for CVE-2022-2068",
"url": "https://bugzilla.suse.com/1225628"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:grype-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.x86_64"
]
}
],
"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": [
"openSUSE Tumbleweed:grype-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-bash-completion-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-fish-completion-0.92.1-1.1.x86_64",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.aarch64",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.ppc64le",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.s390x",
"openSUSE Tumbleweed:grype-zsh-completion-0.92.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-20T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-2068"
}
]
}
OPENSUSE-SU-2024:12178-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
libopenssl-1_0_0-devel-1.0.2u-9.1 on GA media
Notes
Title of the patch
libopenssl-1_0_0-devel-1.0.2u-9.1 on GA media
Description of the patch
These are all security issues fixed in the libopenssl-1_0_0-devel-1.0.2u-9.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-12178
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "libopenssl-1_0_0-devel-1.0.2u-9.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libopenssl-1_0_0-devel-1.0.2u-9.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12178",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_12178-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1292 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1292/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-2068 page",
"url": "https://www.suse.com/security/cve/CVE-2022-2068/"
}
],
"title": "libopenssl-1_0_0-devel-1.0.2u-9.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:12178-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2u-9.1.aarch64",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2u-9.1.aarch64",
"product_id": "libopenssl-1_0_0-devel-1.0.2u-9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.aarch64",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.aarch64",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2u-9.1.aarch64",
"product": {
"name": "libopenssl10-1.0.2u-9.1.aarch64",
"product_id": "libopenssl10-1.0.2u-9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2u-9.1.aarch64",
"product": {
"name": "libopenssl1_0_0-1.0.2u-9.1.aarch64",
"product_id": "libopenssl1_0_0-1.0.2u-9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2u-9.1.aarch64",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2u-9.1.aarch64",
"product_id": "libopenssl1_0_0-32bit-1.0.2u-9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2u-9.1.aarch64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2u-9.1.aarch64",
"product_id": "libopenssl1_0_0-hmac-1.0.2u-9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.aarch64",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.aarch64",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2u-9.1.aarch64",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2u-9.1.aarch64",
"product_id": "libopenssl1_0_0-steam-1.0.2u-9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.aarch64",
"product": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.aarch64",
"product_id": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2u-9.1.aarch64",
"product": {
"name": "openssl-1_0_0-1.0.2u-9.1.aarch64",
"product_id": "openssl-1_0_0-1.0.2u-9.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2u-9.1.aarch64",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2u-9.1.aarch64",
"product_id": "openssl-1_0_0-cavs-1.0.2u-9.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-doc-1.0.2u-9.1.aarch64",
"product": {
"name": "openssl-1_0_0-doc-1.0.2u-9.1.aarch64",
"product_id": "openssl-1_0_0-doc-1.0.2u-9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2u-9.1.ppc64le",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2u-9.1.ppc64le",
"product_id": "libopenssl-1_0_0-devel-1.0.2u-9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.ppc64le",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.ppc64le",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2u-9.1.ppc64le",
"product": {
"name": "libopenssl10-1.0.2u-9.1.ppc64le",
"product_id": "libopenssl10-1.0.2u-9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2u-9.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-1.0.2u-9.1.ppc64le",
"product_id": "libopenssl1_0_0-1.0.2u-9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2u-9.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2u-9.1.ppc64le",
"product_id": "libopenssl1_0_0-32bit-1.0.2u-9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2u-9.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2u-9.1.ppc64le",
"product_id": "libopenssl1_0_0-hmac-1.0.2u-9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.ppc64le",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2u-9.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2u-9.1.ppc64le",
"product_id": "libopenssl1_0_0-steam-1.0.2u-9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.ppc64le",
"product_id": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2u-9.1.ppc64le",
"product": {
"name": "openssl-1_0_0-1.0.2u-9.1.ppc64le",
"product_id": "openssl-1_0_0-1.0.2u-9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2u-9.1.ppc64le",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2u-9.1.ppc64le",
"product_id": "openssl-1_0_0-cavs-1.0.2u-9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-doc-1.0.2u-9.1.ppc64le",
"product": {
"name": "openssl-1_0_0-doc-1.0.2u-9.1.ppc64le",
"product_id": "openssl-1_0_0-doc-1.0.2u-9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2u-9.1.s390x",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2u-9.1.s390x",
"product_id": "libopenssl-1_0_0-devel-1.0.2u-9.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.s390x",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.s390x",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2u-9.1.s390x",
"product": {
"name": "libopenssl10-1.0.2u-9.1.s390x",
"product_id": "libopenssl10-1.0.2u-9.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2u-9.1.s390x",
"product": {
"name": "libopenssl1_0_0-1.0.2u-9.1.s390x",
"product_id": "libopenssl1_0_0-1.0.2u-9.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2u-9.1.s390x",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2u-9.1.s390x",
"product_id": "libopenssl1_0_0-32bit-1.0.2u-9.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2u-9.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2u-9.1.s390x",
"product_id": "libopenssl1_0_0-hmac-1.0.2u-9.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.s390x",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2u-9.1.s390x",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2u-9.1.s390x",
"product_id": "libopenssl1_0_0-steam-1.0.2u-9.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.s390x",
"product": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.s390x",
"product_id": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2u-9.1.s390x",
"product": {
"name": "openssl-1_0_0-1.0.2u-9.1.s390x",
"product_id": "openssl-1_0_0-1.0.2u-9.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2u-9.1.s390x",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2u-9.1.s390x",
"product_id": "openssl-1_0_0-cavs-1.0.2u-9.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-doc-1.0.2u-9.1.s390x",
"product": {
"name": "openssl-1_0_0-doc-1.0.2u-9.1.s390x",
"product_id": "openssl-1_0_0-doc-1.0.2u-9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2u-9.1.x86_64",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2u-9.1.x86_64",
"product_id": "libopenssl-1_0_0-devel-1.0.2u-9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.x86_64",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.x86_64",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2u-9.1.x86_64",
"product": {
"name": "libopenssl10-1.0.2u-9.1.x86_64",
"product_id": "libopenssl10-1.0.2u-9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2u-9.1.x86_64",
"product": {
"name": "libopenssl1_0_0-1.0.2u-9.1.x86_64",
"product_id": "libopenssl1_0_0-1.0.2u-9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2u-9.1.x86_64",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2u-9.1.x86_64",
"product_id": "libopenssl1_0_0-32bit-1.0.2u-9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2u-9.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2u-9.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-1.0.2u-9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2u-9.1.x86_64",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2u-9.1.x86_64",
"product_id": "libopenssl1_0_0-steam-1.0.2u-9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.x86_64",
"product": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.x86_64",
"product_id": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2u-9.1.x86_64",
"product": {
"name": "openssl-1_0_0-1.0.2u-9.1.x86_64",
"product_id": "openssl-1_0_0-1.0.2u-9.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2u-9.1.x86_64",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2u-9.1.x86_64",
"product_id": "openssl-1_0_0-cavs-1.0.2u-9.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-doc-1.0.2u-9.1.x86_64",
"product": {
"name": "openssl-1_0_0-doc-1.0.2u-9.1.x86_64",
"product_id": "openssl-1_0_0-doc-1.0.2u-9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2u-9.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2u-9.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2u-9.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2u-9.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2u-9.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2u-9.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2u-9.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2u-9.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2u-9.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2u-9.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2u-9.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2u-9.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2u-9.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.s390x"
},
"product_reference": "libopenssl10-1.0.2u-9.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2u-9.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2u-9.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2u-9.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2u-9.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2u-9.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2u-9.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2u-9.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2u-9.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2u-9.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2u-9.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2u-9.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.aarch64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2u-9.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2u-9.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2u-9.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2u-9.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.s390x"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2u-9.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2u-9.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2u-9.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2u-9.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2u-9.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2u-9.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2u-9.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2u-9.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2u-9.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2u-9.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2u-9.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2u-9.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.aarch64"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2u-9.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2u-9.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2u-9.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2u-9.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.s390x"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2u-9.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2u-9.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.x86_64"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2u-9.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.aarch64"
},
"product_reference": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.s390x"
},
"product_reference": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.x86_64"
},
"product_reference": "libopenssl1_0_0-steam-32bit-1.0.2u-9.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2u-9.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2u-9.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2u-9.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2u-9.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2u-9.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2u-9.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2u-9.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2u-9.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2u-9.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.aarch64"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2u-9.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2u-9.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.ppc64le"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2u-9.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2u-9.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.s390x"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2u-9.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2u-9.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.x86_64"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2u-9.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2u-9.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.aarch64"
},
"product_reference": "openssl-1_0_0-doc-1.0.2u-9.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2u-9.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.ppc64le"
},
"product_reference": "openssl-1_0_0-doc-1.0.2u-9.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2u-9.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.s390x"
},
"product_reference": "openssl-1_0_0-doc-1.0.2u-9.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2u-9.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.x86_64"
},
"product_reference": "openssl-1_0_0-doc-1.0.2u-9.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1292",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1292"
}
],
"notes": [
{
"category": "general",
"text": "The c_rehash script does not properly sanitise shell metacharacters to prevent command injection. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool. Fixed in OpenSSL 3.0.3 (Affected 3.0.0,3.0.1,3.0.2). Fixed in OpenSSL 1.1.1o (Affected 1.1.1-1.1.1n). Fixed in OpenSSL 1.0.2ze (Affected 1.0.2-1.0.2zd).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1292",
"url": "https://www.suse.com/security/cve/CVE-2022-1292"
},
{
"category": "external",
"summary": "SUSE Bug 1199166 for CVE-2022-1292",
"url": "https://bugzilla.suse.com/1199166"
},
{
"category": "external",
"summary": "SUSE Bug 1200550 for CVE-2022-1292",
"url": "https://bugzilla.suse.com/1200550"
},
{
"category": "external",
"summary": "SUSE Bug 1200650 for CVE-2022-1292",
"url": "https://bugzilla.suse.com/1200650"
},
{
"category": "external",
"summary": "SUSE Bug 1200758 for CVE-2022-1292",
"url": "https://bugzilla.suse.com/1200758"
},
{
"category": "external",
"summary": "SUSE Bug 1202688 for CVE-2022-1292",
"url": "https://bugzilla.suse.com/1202688"
},
{
"category": "external",
"summary": "SUSE Bug 1225628 for CVE-2022-1292",
"url": "https://bugzilla.suse.com/1225628"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.x86_64"
]
}
],
"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": [
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-1292"
},
{
"cve": "CVE-2022-2068",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-2068"
}
],
"notes": [
{
"category": "general",
"text": "In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool. Fixed in OpenSSL 3.0.4 (Affected 3.0.0,3.0.1,3.0.2,3.0.3). Fixed in OpenSSL 1.1.1p (Affected 1.1.1-1.1.1o). Fixed in OpenSSL 1.0.2zf (Affected 1.0.2-1.0.2ze).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-2068",
"url": "https://www.suse.com/security/cve/CVE-2022-2068"
},
{
"category": "external",
"summary": "SUSE Bug 1200550 for CVE-2022-2068",
"url": "https://bugzilla.suse.com/1200550"
},
{
"category": "external",
"summary": "SUSE Bug 1207568 for CVE-2022-2068",
"url": "https://bugzilla.suse.com/1207568"
},
{
"category": "external",
"summary": "SUSE Bug 1225628 for CVE-2022-2068",
"url": "https://bugzilla.suse.com/1225628"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.x86_64"
]
}
],
"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": [
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-9.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-2068"
}
]
}
OPENSUSE-SU-2024:12159-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
libopenssl-1_1-devel-1.1.1p-1.1 on GA media
Notes
Title of the patch
libopenssl-1_1-devel-1.1.1p-1.1 on GA media
Description of the patch
These are all security issues fixed in the libopenssl-1_1-devel-1.1.1p-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-12159
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "libopenssl-1_1-devel-1.1.1p-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libopenssl-1_1-devel-1.1.1p-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12159",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_12159-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-2068 page",
"url": "https://www.suse.com/security/cve/CVE-2022-2068/"
}
],
"title": "libopenssl-1_1-devel-1.1.1p-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:12159-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1p-1.1.aarch64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1p-1.1.aarch64",
"product_id": "libopenssl-1_1-devel-1.1.1p-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.aarch64",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.aarch64",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1p-1.1.aarch64",
"product": {
"name": "libopenssl1_1-1.1.1p-1.1.aarch64",
"product_id": "libopenssl1_1-1.1.1p-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1p-1.1.aarch64",
"product": {
"name": "libopenssl1_1-32bit-1.1.1p-1.1.aarch64",
"product_id": "libopenssl1_1-32bit-1.1.1p-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1p-1.1.aarch64",
"product": {
"name": "libopenssl1_1-hmac-1.1.1p-1.1.aarch64",
"product_id": "libopenssl1_1-hmac-1.1.1p-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.aarch64",
"product": {
"name": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.aarch64",
"product_id": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1p-1.1.aarch64",
"product": {
"name": "openssl-1_1-1.1.1p-1.1.aarch64",
"product_id": "openssl-1_1-1.1.1p-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1p-1.1.aarch64",
"product": {
"name": "openssl-1_1-doc-1.1.1p-1.1.aarch64",
"product_id": "openssl-1_1-doc-1.1.1p-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1p-1.1.ppc64le",
"product": {
"name": "libopenssl-1_1-devel-1.1.1p-1.1.ppc64le",
"product_id": "libopenssl-1_1-devel-1.1.1p-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.ppc64le",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.ppc64le",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1p-1.1.ppc64le",
"product": {
"name": "libopenssl1_1-1.1.1p-1.1.ppc64le",
"product_id": "libopenssl1_1-1.1.1p-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1p-1.1.ppc64le",
"product": {
"name": "libopenssl1_1-32bit-1.1.1p-1.1.ppc64le",
"product_id": "libopenssl1_1-32bit-1.1.1p-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1p-1.1.ppc64le",
"product": {
"name": "libopenssl1_1-hmac-1.1.1p-1.1.ppc64le",
"product_id": "libopenssl1_1-hmac-1.1.1p-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.ppc64le",
"product": {
"name": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.ppc64le",
"product_id": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1p-1.1.ppc64le",
"product": {
"name": "openssl-1_1-1.1.1p-1.1.ppc64le",
"product_id": "openssl-1_1-1.1.1p-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1p-1.1.ppc64le",
"product": {
"name": "openssl-1_1-doc-1.1.1p-1.1.ppc64le",
"product_id": "openssl-1_1-doc-1.1.1p-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1p-1.1.s390x",
"product": {
"name": "libopenssl-1_1-devel-1.1.1p-1.1.s390x",
"product_id": "libopenssl-1_1-devel-1.1.1p-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.s390x",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.s390x",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1p-1.1.s390x",
"product": {
"name": "libopenssl1_1-1.1.1p-1.1.s390x",
"product_id": "libopenssl1_1-1.1.1p-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1p-1.1.s390x",
"product": {
"name": "libopenssl1_1-32bit-1.1.1p-1.1.s390x",
"product_id": "libopenssl1_1-32bit-1.1.1p-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1p-1.1.s390x",
"product": {
"name": "libopenssl1_1-hmac-1.1.1p-1.1.s390x",
"product_id": "libopenssl1_1-hmac-1.1.1p-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.s390x",
"product": {
"name": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.s390x",
"product_id": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1p-1.1.s390x",
"product": {
"name": "openssl-1_1-1.1.1p-1.1.s390x",
"product_id": "openssl-1_1-1.1.1p-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1p-1.1.s390x",
"product": {
"name": "openssl-1_1-doc-1.1.1p-1.1.s390x",
"product_id": "openssl-1_1-doc-1.1.1p-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1p-1.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1p-1.1.x86_64",
"product_id": "libopenssl-1_1-devel-1.1.1p-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.x86_64",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1p-1.1.x86_64",
"product": {
"name": "libopenssl1_1-1.1.1p-1.1.x86_64",
"product_id": "libopenssl1_1-1.1.1p-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1p-1.1.x86_64",
"product": {
"name": "libopenssl1_1-32bit-1.1.1p-1.1.x86_64",
"product_id": "libopenssl1_1-32bit-1.1.1p-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1p-1.1.x86_64",
"product": {
"name": "libopenssl1_1-hmac-1.1.1p-1.1.x86_64",
"product_id": "libopenssl1_1-hmac-1.1.1p-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.x86_64",
"product": {
"name": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.x86_64",
"product_id": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1p-1.1.x86_64",
"product": {
"name": "openssl-1_1-1.1.1p-1.1.x86_64",
"product_id": "openssl-1_1-1.1.1p-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1p-1.1.x86_64",
"product": {
"name": "openssl-1_1-doc-1.1.1p-1.1.x86_64",
"product_id": "openssl-1_1-doc-1.1.1p-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1p-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1p-1.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1p-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1p-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1p-1.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1p-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1p-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1p-1.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1p-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1p-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1p-1.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1p-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1p-1.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1p-1.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1p-1.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1p-1.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1p-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1p-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-1.1.1p-1.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1p-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1p-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-1.1.1p-1.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1p-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1p-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-1.1.1p-1.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1p-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1p-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-1.1.1p-1.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1p-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1p-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1p-1.1.aarch64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1p-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1p-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1p-1.1.ppc64le"
},
"product_reference": "libopenssl1_1-32bit-1.1.1p-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1p-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1p-1.1.s390x"
},
"product_reference": "libopenssl1_1-32bit-1.1.1p-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1p-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1p-1.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1p-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1p-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1p-1.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1p-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1p-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1p-1.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1p-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1p-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1p-1.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1p-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1p-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1p-1.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1p-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-hmac-32bit-1.1.1p-1.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-hmac-32bit-1.1.1p-1.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-hmac-32bit-1.1.1p-1.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-hmac-32bit-1.1.1p-1.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1p-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1p-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-1.1.1p-1.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1p-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1p-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-1.1.1p-1.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1p-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1p-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-1.1.1p-1.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1p-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1p-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-1.1.1p-1.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1p-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1p-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1p-1.1.aarch64"
},
"product_reference": "openssl-1_1-doc-1.1.1p-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1p-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1p-1.1.ppc64le"
},
"product_reference": "openssl-1_1-doc-1.1.1p-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1p-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1p-1.1.s390x"
},
"product_reference": "openssl-1_1-doc-1.1.1p-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1p-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1p-1.1.x86_64"
},
"product_reference": "openssl-1_1-doc-1.1.1p-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-2068",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-2068"
}
],
"notes": [
{
"category": "general",
"text": "In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool. Fixed in OpenSSL 3.0.4 (Affected 3.0.0,3.0.1,3.0.2,3.0.3). Fixed in OpenSSL 1.1.1p (Affected 1.1.1-1.1.1o). Fixed in OpenSSL 1.0.2zf (Affected 1.0.2-1.0.2ze).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-hmac-32bit-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-hmac-32bit-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-hmac-32bit-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-hmac-32bit-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1p-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-2068",
"url": "https://www.suse.com/security/cve/CVE-2022-2068"
},
{
"category": "external",
"summary": "SUSE Bug 1200550 for CVE-2022-2068",
"url": "https://bugzilla.suse.com/1200550"
},
{
"category": "external",
"summary": "SUSE Bug 1207568 for CVE-2022-2068",
"url": "https://bugzilla.suse.com/1207568"
},
{
"category": "external",
"summary": "SUSE Bug 1225628 for CVE-2022-2068",
"url": "https://bugzilla.suse.com/1225628"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-hmac-32bit-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-hmac-32bit-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-hmac-32bit-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-hmac-32bit-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1p-1.1.x86_64"
]
}
],
"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": [
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-hmac-32bit-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-hmac-32bit-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-hmac-32bit-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-hmac-32bit-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-1.1.1p-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1p-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1p-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1p-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1p-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-2068"
}
]
}
ICSA-23-194-01
Vulnerability from csaf_cisa - Published: 2023-07-11 00:00 - Updated: 2025-05-06 06:00Summary
Siemens RUGGEDCOM ROX
Notes
Summary
Devices based on RUGGEDCOM ROX before V2.16 contain multiple high severity vulnerabilities, including the third-party vulnerabilities: CVE-2022-24903, CVE-2022-2068, CVE-2021-22946, CVE-2022-22576, CVE-2022-27781, CVE-2022-27782, CVE-2022-32207, CVE-2022-1292.
Siemens has released updates for the affected products and recommends to update to the latest versions.
General Recommendations
As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download:
https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.
Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity
Additional Resources
For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories
Terms of Use
Siemens Security Advisories are subject to the terms and conditions contained in Siemens' underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter "License Terms"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens' Global Website (https://www.siemens.com/terms_of_use, hereinafter "Terms of Use"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.
Legal Notice
All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Advisory Conversion Disclaimer
This CISA CSAF advisory was converted from Siemens ProductCERT's CSAF advisory.
Critical infrastructure sectors
Multiple
Countries/areas deployed
Worldwide
Company headquarters location
Germany
Recommended Practices
CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.
Recommended Practices
Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.
Recommended Practices
Locate control system networks and remote devices behind firewalls and isolate them from business networks.
Recommended Practices
When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.
Recommended Practices
CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
Recommended Practices
CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices
CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Recommended Practices
Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.
{
"document": {
"acknowledgments": [
{
"organization": "Siemens ProductCERT",
"summary": "reporting these vulnerabilities to CISA."
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://us-cert.cisa.gov/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Devices based on RUGGEDCOM ROX before V2.16 contain multiple high severity vulnerabilities, including the third-party vulnerabilities: CVE-2022-24903, CVE-2022-2068, CVE-2021-22946, CVE-2022-22576, CVE-2022-27781, CVE-2022-27782, CVE-2022-32207, CVE-2022-1292.\n\nSiemens has released updates for the affected products and recommends to update to the latest versions.",
"title": "Summary"
},
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "General Recommendations"
},
{
"category": "general",
"text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.",
"title": "Terms of Use"
},
{
"category": "legal_disclaimer",
"text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.",
"title": "Legal Notice"
},
{
"category": "other",
"text": "This CISA CSAF advisory was converted from Siemens ProductCERT\u0027s CSAF advisory.",
"title": "Advisory Conversion Disclaimer"
},
{
"category": "other",
"text": "Multiple",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "Germany",
"title": "Company headquarters location"
},
{
"category": "general",
"text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
}
],
"publisher": {
"category": "other",
"contact_details": "central@cisa.dhs.gov",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "SSA-146325: Multiple Vulnerabilities in RUGGEDCOM ROX before V2.16 - CSAF Version",
"url": "https://cert-portal.siemens.com/productcert/csaf/ssa-146325.json"
},
{
"category": "self",
"summary": "SSA-146325: Multiple Vulnerabilities in RUGGEDCOM ROX before V2.16 - HTML Version",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-146325.html"
},
{
"category": "self",
"summary": "SSA-146325: Multiple Vulnerabilities in RUGGEDCOM ROX before V2.16 - PDF Version",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-146325.pdf"
},
{
"category": "self",
"summary": "SSA-146325: Multiple Vulnerabilities in RUGGEDCOM ROX before V2.16 - TXT Version",
"url": "https://cert-portal.siemens.com/productcert/txt/ssa-146325.txt"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-23-194-01 JSON",
"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2023/icsa-23-194-01.json"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-23-194-01 - Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-23-194-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/topics/industrial-control-systems"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B"
}
],
"title": "Siemens RUGGEDCOM ROX",
"tracking": {
"current_release_date": "2025-05-06T06:00:00.000000Z",
"generator": {
"engine": {
"name": "CISA CSAF Generator",
"version": "1.0.0"
}
},
"id": "ICSA-23-194-01",
"initial_release_date": "2023-07-11T00:00:00.000000Z",
"revision_history": [
{
"date": "2023-07-11T00:00:00.000000Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
},
{
"date": "2025-05-06T06:00:00.000000Z",
"legacy_version": "Revision",
"number": "2",
"summary": "Revision - Fixing typos"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV2.16.0",
"product": {
"name": "RUGGEDCOM ROX MX5000",
"product_id": "CSAFPID-0001"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX MX5000"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV2.16.0",
"product": {
"name": "RUGGEDCOM ROX MX5000RE",
"product_id": "CSAFPID-0002"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX MX5000RE"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV2.16.0",
"product": {
"name": "RUGGEDCOM ROX RX1400",
"product_id": "CSAFPID-0003"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1400"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV2.16.0",
"product": {
"name": "RUGGEDCOM ROX RX1500",
"product_id": "CSAFPID-0004"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1500"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV2.16.0",
"product": {
"name": "RUGGEDCOM ROX RX1501",
"product_id": "CSAFPID-0005"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1501"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV2.16.0",
"product": {
"name": "RUGGEDCOM ROX RX1510",
"product_id": "CSAFPID-0006"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1510"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV2.16.0",
"product": {
"name": "RUGGEDCOM ROX RX1511",
"product_id": "CSAFPID-0007"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1511"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV2.16.0",
"product": {
"name": "RUGGEDCOM ROX RX1512",
"product_id": "CSAFPID-0008"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1512"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV2.16.0",
"product": {
"name": "RUGGEDCOM ROX RX1524",
"product_id": "CSAFPID-0009"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1524"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV2.16.0",
"product": {
"name": "RUGGEDCOM ROX RX1536",
"product_id": "CSAFPID-0010"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX1536"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV2.16.0",
"product": {
"name": "RUGGEDCOM ROX RX5000",
"product_id": "CSAFPID-0011"
}
}
],
"category": "product_name",
"name": "RUGGEDCOM ROX RX5000"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-22946",
"cwe": {
"id": "CWE-319",
"name": "Cleartext Transmission of Sensitive Information"
},
"notes": [
{
"category": "summary",
"text": "A user can tell curl \u003e= 7.20.0 and \u003c= 7.78.0 to require a successful upgrade to TLS when speaking to an IMAP, POP3 or FTP server (`--ssl-reqd` on the command line or`CURLOPT_USE_SSL` set to `CURLUSESSL_CONTROL` or `CURLUSESSL_ALL` withlibcurl). This requirement could be bypassed if the server would return a properly crafted but perfectly legitimate response.This flaw would then make curl silently continue its operations **withoutTLS** contrary to the instructions and expectations, exposing possibly sensitive data in clear text over the network.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2021-22946"
},
{
"cve": "CVE-2022-1292",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The c_rehash script does not properly sanitise shell metacharacters to prevent command injection.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2022-1292"
},
{
"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": "summary",
"text": "In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2022-2068"
},
{
"cve": "CVE-2022-22576",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "summary",
"text": "An improper authentication vulnerability exists in curl 7.33.0 to and including 7.82.0 which might allow reuse OAUTH2-authenticated connections without properly making sure that the connection was authenticated with the same credentials as set for this transfer. This affects SASL-enabled protocols: SMPTP(S), IMAP(S), POP3(S) and LDAP(S) (openldap only).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2022-22576"
},
{
"cve": "CVE-2022-24903",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "summary",
"text": "Rsyslog is a rocket-fast system for log processing. Modules for TCP syslog reception have a potential heap buffer overflow when octet-counted framing is used. This can result in a segfault or some other malfunction. As of our understanding, this vulnerability can not be used for remote code execution. But there may still be a slight chance for experts to do that. The bug occurs when the octet count is read. While there is a check for the maximum number of octets, digits are written to a heap buffer even when the octet count is over the maximum, This can be used to overrun the memory buffer. However, once the sequence of digits stop, no additional characters can be added to the buffer. In our opinion, this makes remote exploits impossible or at least highly complex. Octet-counted framing is one of two potential framing modes. It is relatively uncommon, but enabled by default on receivers. Modules `imtcp`, `imptcp`, `imgssapi`, and `imhttp` are used for regular syslog message reception. It is best practice not to directly expose them to the public. When this practice is followed, the risk is considerably lower. Module `imdiag` is a diagnostics module primarily intended for testbench runs. We do not expect it to be present on any production installation. Octet-counted framing is not very common. Usually, it needs to be specifically enabled at senders. If users do not need it, they can turn it off for the most important modules. This will mitigate the vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2022-24903"
},
{
"cve": "CVE-2022-27781",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "libcurl provides the `CURLOPT_CERTINFO` option to allow applications torequest details to be returned about a server\u0027s certificate chain.Due to an erroneous function, a malicious server could make libcurl built withNSS get stuck in a never-ending busy-loop when trying to retrieve thatinformation.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2022-27781"
},
{
"cve": "CVE-2022-27782",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "libcurl would reuse a previously created connection even when a TLS or SSHrelated option had been changed that should have prohibited reuse.libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse if one of them matches the setup. However, several TLS andSSH settings were left out from the configuration match checks, making themmatch too easily.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2022-27782"
},
{
"cve": "CVE-2022-29561",
"cwe": {
"id": "CWE-352",
"name": "Cross-Site Request Forgery (CSRF)"
},
"notes": [
{
"category": "summary",
"text": "The web interface of the affected devices are vulnerable to Cross-Site Request Forgery attacks. By tricking an authenticated victim user to click a malicious link, an attacker could perform arbitrary actions on the device on behalf of the victim user.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2022-29561"
},
{
"cve": "CVE-2022-29562",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Affected devices do not properly handle malformed HTTP packets. This could allow an unauthenticated remote attacker to send a malformed HTTP packet causing certain functions to fail in a controlled manner.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2022-29562"
},
{
"cve": "CVE-2022-32207",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"notes": [
{
"category": "summary",
"text": "When curl \u003c 7.84.0 saves cookies, alt-svc and hsts data to local files, it makes the operation atomic by finalizing the operation with a rename from a temporary name to the final target file name.In that rename operation, it might accidentally *widen* the permissions for the target file, leaving the updated file accessible to more users than intended.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2022-32207"
},
{
"cve": "CVE-2023-36386",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A reflected cross-site scripting (XSS) vulnerability exists in the web interface of the affected application that could allow an attacker to execute malicious javascript code by tricking users into accessing a malicious link. The value is reflected in the response without sanitization while throwing an\r\n\u201cinvalid params element name\u201d error on the get_elements parameters.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2023-36386"
},
{
"cve": "CVE-2023-36389",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A reflected cross-site scripting (XSS) vulnerability exists in the web interface of the affected application that could allow an attacker to execute malicious javascript code by tricking users into accessing a malicious link. The malformed value is reflected\r\ndirectly in the response without sanitization while throwing an \u201cinvalid path\u201d error.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2023-36389"
},
{
"cve": "CVE-2023-36390",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A reflected cross-site scripting (XSS) vulnerability exists in the web interface of the affected application that could allow an attacker to execute malicious javascript code by tricking users into accessing a malicious link. The value is reflected in the response\r\nwithout sanitization while throwing an \u201cinvalid params element name\u201d error on the action parameters.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2023-36390"
},
{
"cve": "CVE-2023-36748",
"cwe": {
"id": "CWE-326",
"name": "Inadequate Encryption Strength"
},
"notes": [
{
"category": "summary",
"text": "The affected devices are configured to offer weak ciphers by default. This could allow an unauthorized attacker in a man-in-the-middle position to read and modify any data\r\npassed over to and from the affected device.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2023-36748"
},
{
"cve": "CVE-2023-36749",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"notes": [
{
"category": "summary",
"text": "The webserver of the affected devices support insecure TLS 1.0 protocol. An attacker could achieve a man-in-the-middle attack and compromise confidentiality and integrity of data.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2023-36749"
},
{
"cve": "CVE-2023-36750",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The software-upgrade Url parameter in the web interface of affected devices is vulnerable to command injection due to missing server side input sanitation. This could allow an authenticated privileged remote attacker to execute arbitrary code with root privileges.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2023-36750"
},
{
"cve": "CVE-2023-36751",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The install-app URL parameter in the web interface of affected devices is vulnerable to command injection due to missing server side input sanitation. This could allow an authenticated privileged remote attacker to execute arbitrary code with root privileges.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2023-36751"
},
{
"cve": "CVE-2023-36752",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The upgrade-app URL parameter in the web interface of affected devices is vulnerable to command injection due to missing server side input sanitation. This could allow an authenticated privileged remote attacker to execute arbitrary code with root privileges.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2023-36752"
},
{
"cve": "CVE-2023-36753",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The uninstall-app App-name parameter in the web interface of affected devices is vulnerable to command injection due to missing server side input sanitation. This could allow an authenticated privileged remote attacker to execute arbitrary code with root privileges.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2023-36753"
},
{
"cve": "CVE-2023-36754",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The SCEP server configuration URL parameter in the web interface of affected devices is vulnerable to command injection due to missing server side input sanitation. This could allow an authenticated privileged remote attacker to execute arbitrary code with root privileges.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2023-36754"
},
{
"cve": "CVE-2023-36755",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The SCEP CA Certificate Name parameter in the web interface of affected devices is vulnerable to command injection due to missing server side input sanitation. This could allow an authenticated privileged remote attacker to execute arbitrary code with root privileges.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.16.0 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109821187/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005",
"CSAFPID-0006",
"CSAFPID-0007",
"CSAFPID-0008",
"CSAFPID-0009",
"CSAFPID-0010",
"CSAFPID-0011"
]
}
],
"title": "CVE-2023-36755"
}
]
}
ICSA-23-017-03
Vulnerability from csaf_cisa - Published: 2023-01-10 00:00 - Updated: 2023-01-10 00:00Summary
Siemens SINEC INS
Notes
Summary
Siemens has released a new version for SINEC INS that fixes multiple vulnerabilities that could allow an attacker to read and write arbitrary files from the file system of the affected component and to ultimately execute arbitrary code on the device. In addition, this version also contains fixes for multiple vulnerabilities in underlying third party components.
Siemens has released an update for SINEC INS and recommends to update to the latest version.
General Recommendations
As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download:
https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.
Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity
Additional Resources
For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories
Terms of Use
Siemens Security Advisories are subject to the terms and conditions contained in Siemens' underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter "License Terms"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens' Global Website (https://www.siemens.com/terms_of_use, hereinafter "Terms of Use"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.
Legal Notice
All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Advisory Conversion Disclaimer
This CISA CSAF advisory was converted from Siemens ProductCERT's CSAF advisory.
Critical infrastructure sectors
Multiple
Countries/areas deployed
Worldwide
Company headquarters location
Germany
Recommended Practices
CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.
Recommended Practices
Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.
Recommended Practices
Locate control system networks and remote devices behind firewalls and isolate them from business networks.
Recommended Practices
When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.
Recommended Practices
CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
Recommended Practices
CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices
CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Recommended Practices
Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.
{
"document": {
"acknowledgments": [
{
"organization": "Siemens ProductCERT",
"summary": "reporting these vulnerabilities to CISA."
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://us-cert.cisa.gov/tlp/"
}
},
"notes": [
{
"category": "summary",
"text": "Siemens has released a new version for SINEC INS that fixes multiple vulnerabilities that could allow an attacker to read and write arbitrary files from the file system of the affected component and to ultimately execute arbitrary code on the device. In addition, this version also contains fixes for multiple vulnerabilities in underlying third party components.\n\nSiemens has released an update for SINEC INS and recommends to update to the latest version.",
"title": "Summary"
},
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "General Recommendations"
},
{
"category": "general",
"text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.",
"title": "Terms of Use"
},
{
"category": "legal_disclaimer",
"text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.",
"title": "Legal Notice"
},
{
"category": "other",
"text": "This CISA CSAF advisory was converted from Siemens ProductCERT\u0027s CSAF advisory.",
"title": "Advisory Conversion Disclaimer"
},
{
"category": "other",
"text": "Multiple",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "Germany",
"title": "Company headquarters location"
},
{
"category": "general",
"text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
}
],
"publisher": {
"category": "other",
"contact_details": "central@cisa.dhs.gov",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "SSA-332410: Multiple Vulnerabilities in SINEC INS before V1.0 SP2 Update 1 - CSAF Version",
"url": "https://cert-portal.siemens.com/productcert/csaf/ssa-332410.json"
},
{
"category": "self",
"summary": "SSA-332410: Multiple Vulnerabilities in SINEC INS before V1.0 SP2 Update 1 - TXT Version",
"url": "https://cert-portal.siemens.com/productcert/txt/ssa-332410.txt"
},
{
"category": "self",
"summary": "SSA-332410: Multiple Vulnerabilities in SINEC INS before V1.0 SP2 Update 1 - PDF Version",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-23-017-03 JSON",
"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2023/icsa-23-017-03.json"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-23-017-03 - Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-23-017-03"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/topics/industrial-control-systems"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B"
}
],
"title": "Siemens SINEC INS",
"tracking": {
"current_release_date": "2023-01-10T00:00:00.000000Z",
"generator": {
"engine": {
"name": "CISA CSAF Generator",
"version": "1.0.0"
}
},
"id": "ICSA-23-017-03",
"initial_release_date": "2023-01-10T00:00:00.000000Z",
"revision_history": [
{
"date": "2023-01-10T00:00:00.000000Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV1.0_SP2_Update_1",
"product": {
"name": "SINEC INS",
"product_id": "CSAFPID-0001"
}
}
],
"category": "product_name",
"name": "SINEC INS"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"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": "summary",
"text": "In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"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-0001"
]
}
],
"title": "CVE-2022-2068"
},
{
"cve": "CVE-2022-2097",
"cwe": {
"id": "CWE-326",
"name": "Inadequate Encryption Strength"
},
"notes": [
{
"category": "summary",
"text": "AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was preexisting in the memory that wasn\u0027t written. In the special case of \"in place\" encryption, sixteen bytes of the plaintext would be revealed. Since OpenSSL does not support OCB based cipher suites for TLS and DTLS, they are both unaffected.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-2097"
},
{
"cve": "CVE-2022-2274",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "The OpenSSL 3.0.4 release introduced a serious bug in the RSA implementation for X86_64 CPUs supporting the AVX512IFMA instructions. This issue makes the RSA implementation with 2048 bit private keys incorrect on such machines and memory corruption will happen during the computation. As a consequence of the memory corruption an attacker may be able to trigger a remote code execution on the machine performing the computation. SSL/TLS servers or other servers using 2048 bit RSA private keys running on machines supporting AVX512IFMA instructions of the X86_64 architecture are affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"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-0001"
]
}
],
"title": "CVE-2022-2274"
},
{
"cve": "CVE-2022-32212",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A OS Command Injection vulnerability exists in Node.js versions \u003c14.20.0, \u003c16.16.0, \u003c18.5.0 due to an insufficient IsAllowedHost check that can easily be bypassed because IsIPAddress does not properly check if an IP address is invalid before making DBS requests allowing rebinding attacks.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32212"
},
{
"cve": "CVE-2022-32213",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The llhttp parser \u003cv14.20.1, \u003cv16.17.1 and \u003cv18.9.1 in the http module in Node.js does not correctly parse and validate Transfer-Encoding headers and can lead to HTTP Request Smuggling (HRS).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32213"
},
{
"cve": "CVE-2022-32215",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The llhttp parser \u003cv14.20.1, \u003cv16.17.1 and \u003cv18.9.1 in the http module in Node.js does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32215"
},
{
"cve": "CVE-2022-32222",
"cwe": {
"id": "CWE-326",
"name": "Inadequate Encryption Strength"
},
"notes": [
{
"category": "summary",
"text": "A cryptographic vulnerability exists on Node.js on linux in versions of 18.x prior to 18.40.0 which allowed a default path for openssl.cnf that might be accessible under some circumstances to a non-admin user instead of /etc/ssl as was the case in versions prior to the upgrade to OpenSSL 3.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32222"
},
{
"cve": "CVE-2022-35255",
"cwe": {
"id": "CWE-330",
"name": "Use of Insufficiently Random Values"
},
"notes": [
{
"category": "summary",
"text": "Node.js made calls to EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. However, it does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-35255"
},
{
"cve": "CVE-2022-35256",
"cwe": {
"id": "CWE-290",
"name": "Authentication Bypass by Spoofing"
},
"notes": [
{
"category": "summary",
"text": "The llhttp parser in the http module in Node.js v18.7.0 does not correctly handle header fields that are not terminated with CLRF. This may result in HTTP Request Smuggling.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"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-0001"
]
}
],
"title": "CVE-2022-35256"
},
{
"cve": "CVE-2022-45092",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An authenticated remote attacker with access to the Web Based Management (443/tcp) of the affected product, could potentially read and write arbitrary files from and to the device\u0027s file system. An attacker might leverage this to trigger remote code execution on the affected component.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-45092"
},
{
"cve": "CVE-2022-45093",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An authenticated remote attacker with access to the Web Based Management (443/tcp) of the affected product as well as with access to the SFTP server of the affected product (22/tcp), could potentially read and write arbitrary files from and to the device\u0027s file system. An attacker might leverage this to trigger remote code execution on the affected component.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "mitigation",
"details": "CVE-2022-45093: Disable the SFTP service of the affected product, if not required",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-45093"
},
{
"cve": "CVE-2022-45094",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An authenticated remote attacker with access to the Web Based Management (443/tcp) of the affected product, could potentially inject commands into the dhcpd configuration of the affected product. An attacker might leverage this to trigger remote code execution on the affected component.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "mitigation",
"details": "CVE-2022-45094: Disable the DHCP service of the affected product, if not required",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-45094"
}
]
}
ICSA-22-319-01
Vulnerability from csaf_cisa - Published: 2022-11-15 00:00 - Updated: 2022-11-15 00:00Summary
Mitsubishi Electric GT SoftGOT2000
Notes
CISA Disclaimer
This CSAF advisory was extracted from unstructured data and may contain inaccuracies. If you notice any errors, please reach out to the designated contact at CISA CSAF: central@cisa.dhs.gov
Legal Notice
All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Risk evaluation
Successful exploitation of this vulnerability could allow an attacker to execute malicious OS commands.
Critical infrastructure sectors
Critical Manufacturing
Countries/areas deployed
Worldwide
Company headquarters location
Japan
Recommended Practices
CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
Recommended Practices
CISA also provides a section for control systems security recommended practices on the ICS webpage at cisa.gov/ics. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices
Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.
Recommended Practices
Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov/ics in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Exploitability
No known public exploits specifically target this vulnerability. This vulnerability is exploitable remotely. This vulnerability has a low attack complexity.
{
"document": {
"acknowledgments": [
{
"organization": "Mitsubishi Electric",
"summary": "reporting to CISA that this known OpenSSL vulnerability affects GT SoftGOT2000"
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://us-cert.cisa.gov/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "This CSAF advisory was extracted from unstructured data and may contain inaccuracies. If you notice any errors, please reach out to the designated contact at CISA CSAF: central@cisa.dhs.gov",
"title": "CISA Disclaimer"
},
{
"category": "legal_disclaimer",
"text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.",
"title": "Legal Notice"
},
{
"category": "summary",
"text": "Successful exploitation of this vulnerability could allow an attacker to execute malicious OS commands.",
"title": "Risk evaluation"
},
{
"category": "other",
"text": "Critical Manufacturing",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "Japan",
"title": "Company headquarters location"
},
{
"category": "general",
"text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA also provides a section for control systems security recommended practices on the ICS webpage at cisa.gov/ics. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov/ics in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.",
"title": "Recommended Practices"
},
{
"category": "other",
"text": "No known public exploits specifically target this vulnerability. This vulnerability is exploitable remotely. This vulnerability has a low attack complexity.",
"title": "Exploitability"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "Email: CISAservicedesk@cisa.dhs.gov;\n Toll Free: 1-888-282-0870",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "ICS Advisory ICSA-22-319-01 JSON",
"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2022/icsa-22-319-01.json"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-22-319-01 Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-22-319-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-22-319-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
}
],
"title": "Mitsubishi Electric GT SoftGOT2000",
"tracking": {
"current_release_date": "2022-11-15T00:00:00.000000Z",
"generator": {
"engine": {
"name": "CISA CSAF Generator",
"version": "1.0.0"
}
},
"id": "ICSA-22-319-01",
"initial_release_date": "2022-11-15T00:00:00.000000Z",
"revision_history": [
{
"date": "2022-11-15T00:00:00.000000Z",
"legacy_version": "Initial",
"number": "1",
"summary": "Publication Date"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "1.275M\u20141.280S",
"product": {
"name": "GT SoftGOT2000 - GT SoftGOT2000 1.275M 1.280S",
"product_id": "CSAFPID-0001"
}
}
],
"category": "product_name",
"name": "GT SoftGOT2000"
}
],
"category": "vendor",
"name": "Mitsubishi Electric"
}
]
},
"vulnerabilities": [
{
"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": "summary",
"text": "A malicious OS command execution vulnerability in OpenSSL affects Mitsubishi Electric GT SoftGOT2000. If an attacker sends a specially crafted certificate, then this vulnerability could allow an attacker to execute malicious OS commands.CVE-2022-2068 has been assigned to this vulnerability. A CVSS v3 base score of 9.8 has been calculated; the CVSS vector string is (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).",
"title": "Vulnerability Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "web.nvd.nist.gov",
"url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-2068"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitsubishi Electric recommends users install version 1.285X or later to mitigate this issue. Users should contact Mitsubishi Electric to obtain the fixed version of GT SoftGOT2000. For detailed installation procedures, users should refer to \"GT SoftGOT2000 Version1 Operation Manual (SH-081201ENG).\"",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "mitigation",
"details": "Refer to the Mitsubishi Electric advisory for further details and instructions for determining installed versions.",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://www.mitsubishielectric.com/en/psirt/vulnerability/pdf/2022-012_en.pdf"
},
{
"category": "mitigation",
"details": "Use affected products from inside a local area network (LAN) and block access from untrusted networks and hosts.",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "mitigation",
"details": "Install antivirus software on the host machine where affected products are installed.",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "mitigation",
"details": "Restrict physical access to the host machine with the products installed and network equipment.",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "mitigation",
"details": "Do not store untrusted certificates.",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "mitigation",
"details": "Do not click on web links in emails or any other communications from untrusted sources.",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
]
}
]
}
ICSA-23-348-10
Vulnerability from csaf_cisa - Published: 2023-12-12 00:00 - Updated: 2025-08-12 00:00Summary
Siemens SIMATIC S7-1500
Notes
Summary
Multiple vulnerabilities have been identified in the additional GNU/Linux subsystem of the firmware version >= V3.1.0 and < V3.1.5 for the SIMATIC S7-1500 CPU 1518(F)-4 PN/DP MFP (incl. SIPLUS variant).
These GNU/Linux vulnerabilities have been externally identified.
Siemens has released new versions for the affected products and recommends to update to the latest versions.
Note: This SSA advises vulnerabilities for firmware version V3.1 only; for versions < V3.1 refer to Siemens Security Bulletin SSB-439005 (
https://cert-portal.siemens.com/productcert/html/ssb-439005.html).
General Recommendations
As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download:
https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.
Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity
Additional Resources
For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories
Terms of Use
The use of Siemens Security Advisories is subject to the terms and conditions listed on: https://www.siemens.com/productcert/terms-of-use.
Legal Notice
All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Advisory Conversion Disclaimer
This ICSA is a verbatim republication of Siemens ProductCERT SSA-398330 from a direct conversion of the vendor's Common Security Advisory Framework (CSAF) advisory. This is republished to CISA's website as a means of increasing visibility and is provided "as-is" for informational purposes only. CISA is not responsible for the editorial or technical accuracy of republished advisories and provides no warranties of any kind regarding any information contained within this advisory. Further, CISA does not endorse any commercial product or service. Please contact Siemens ProductCERT directly for any questions regarding this advisory.
Critical infrastructure sectors
Critical Manufacturing, Transportation Systems, Energy, Healthcare and Public Health, Financial Services, Government Services and Facilities
Countries/areas deployed
Worldwide
Company headquarters location
Germany
Recommended Practices
CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.
Recommended Practices
Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.
Recommended Practices
Locate control system networks and remote devices behind firewalls and isolate them from business networks.
Recommended Practices
When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.
Recommended Practices
CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
Recommended Practices
CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices
CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Recommended Practices
Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.
{
"document": {
"acknowledgments": [
{
"organization": "Siemens ProductCERT",
"summary": "reporting these vulnerabilities to CISA."
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://us-cert.cisa.gov/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Multiple vulnerabilities have been identified in the additional GNU/Linux subsystem of the firmware version \u003e= V3.1.0 and \u003c V3.1.5 for the SIMATIC S7-1500 CPU 1518(F)-4 PN/DP MFP (incl. SIPLUS variant).\n\nThese GNU/Linux vulnerabilities have been externally identified. \nSiemens has released new versions for the affected products and recommends to update to the latest versions.\n\nNote: This SSA advises vulnerabilities for firmware version V3.1 only; for versions \u003c V3.1 refer to Siemens Security Bulletin SSB-439005 (\nhttps://cert-portal.siemens.com/productcert/html/ssb-439005.html).",
"title": "Summary"
},
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "General Recommendations"
},
{
"category": "general",
"text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The use of Siemens Security Advisories is subject to the terms and conditions listed on: https://www.siemens.com/productcert/terms-of-use.",
"title": "Terms of Use"
},
{
"category": "legal_disclaimer",
"text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.",
"title": "Legal Notice"
},
{
"category": "other",
"text": "This ICSA is a verbatim republication of Siemens ProductCERT SSA-398330 from a direct conversion of the vendor\u0027s Common Security Advisory Framework (CSAF) advisory. This is republished to CISA\u0027s website as a means of increasing visibility and is provided \"as-is\" for informational purposes only. CISA is not responsible for the editorial or technical accuracy of republished advisories and provides no warranties of any kind regarding any information contained within this advisory. Further, CISA does not endorse any commercial product or service. Please contact Siemens ProductCERT directly for any questions regarding this advisory.",
"title": "Advisory Conversion Disclaimer"
},
{
"category": "other",
"text": "Critical Manufacturing, Transportation Systems, Energy, Healthcare and Public Health, Financial Services, Government Services and Facilities",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "Germany",
"title": "Company headquarters location"
},
{
"category": "general",
"text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
}
],
"publisher": {
"category": "other",
"contact_details": "central@cisa.dhs.gov",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "SSA-398330: Vulnerabilities in the additional GNU/Linux subsystem of the SIMATIC S7-1500 CPU 1518(F)-4 PN/DP MFP \u003e= V3.1.0 and \u003c V3.1.5 - CSAF Version",
"url": "https://cert-portal.siemens.com/productcert/csaf/ssa-398330.json"
},
{
"category": "self",
"summary": "SSA-398330: Vulnerabilities in the additional GNU/Linux subsystem of the SIMATIC S7-1500 CPU 1518(F)-4 PN/DP MFP \u003e= V3.1.0 and \u003c V3.1.5 - HTML Version",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-398330.html"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-23-348-10 JSON",
"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2023/icsa-23-348-10.json"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-23-348-10 - Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-23-348-10"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/topics/industrial-control-systems"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B"
}
],
"title": "Siemens SIMATIC S7-1500",
"tracking": {
"current_release_date": "2025-08-12T00:00:00.000000Z",
"generator": {
"date": "2025-08-14T23:08:55.270985Z",
"engine": {
"name": "CISA CSAF Generator",
"version": "1.0.0"
}
},
"id": "ICSA-23-348-10",
"initial_release_date": "2023-12-12T00:00:00.000000Z",
"revision_history": [
{
"date": "2023-12-12T00:00:00.000000Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
},
{
"date": "2024-01-09T00:00:00.000000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Added CVE-2021-44879, CVE-2023-46218, CVE-2023-46219, and CVE-2023-48795"
},
{
"date": "2024-02-13T00:00:00.000000Z",
"legacy_version": "1.2",
"number": "3",
"summary": "Added CVE-2023-45898, CVE-2023-46862, CVE-2023-6121, CVE-2023-6817, CVE-2023-6931, CVE-2023-6932, CVE-2024-0584"
},
{
"date": "2024-03-12T00:00:00.000000Z",
"legacy_version": "1.3",
"number": "4",
"summary": "Added CVE-2023-52425, CVE-2023-52426, CVE-2023-45918"
},
{
"date": "2024-04-09T00:00:00.000000Z",
"legacy_version": "1.4",
"number": "5",
"summary": "Added CVE-2024-28757"
},
{
"date": "2024-05-14T00:00:00.000000Z",
"legacy_version": "1.5",
"number": "6",
"summary": "Added CVE-2024-2004, CVE-2024-2379, CVE-2024-2398, CVE-2024-2466, CVE-2024-2511, CVE-2024-28085, CVE-2024-28182, CVE-2024-28834, CVE-2024-28835"
},
{
"date": "2024-06-11T00:00:00.000000Z",
"legacy_version": "1.6",
"number": "7",
"summary": "Added CVE-2024-2961, CVE-2024-33599, CVE-2024-33600, CVE-2024-33601, CVE-2024-33602, CVE-2024-34459"
},
{
"date": "2024-07-09T00:00:00.000000Z",
"legacy_version": "1.7",
"number": "8",
"summary": "Added CVE-2024-5535, CVE-2024-5742"
},
{
"date": "2024-08-13T00:00:00.000000Z",
"legacy_version": "1.8",
"number": "9",
"summary": "Added CVE-2017-15422, CVE-2024-7264, CVE-2024-37370, CVE-2024-37371"
},
{
"date": "2024-10-08T00:00:00.000000Z",
"legacy_version": "1.9",
"number": "10",
"summary": "Added CVE-2024-6409, CVE-2024-8096, CVE-2024-45490, CVE-2024-45491, CVE-2024-45492"
},
{
"date": "2024-11-12T00:00:00.000000Z",
"legacy_version": "2.0",
"number": "11",
"summary": "Added CVE-2024-2236, CVE-2024-9143"
},
{
"date": "2024-12-10T00:00:00.000000Z",
"legacy_version": "2.1",
"number": "12",
"summary": "Added CVE-2024-50602, CVE-2024-52533"
},
{
"date": "2025-01-14T00:00:00.000000Z",
"legacy_version": "2.2",
"number": "13",
"summary": "Added CVE-2024-11053"
},
{
"date": "2025-02-11T00:00:00.000000Z",
"legacy_version": "2.3",
"number": "14",
"summary": "Added multiple CVEs"
},
{
"date": "2025-03-11T00:00:00.000000Z",
"legacy_version": "2.4",
"number": "15",
"summary": "Added CVE-2023-52622, CVE-2024-12133, -12243, -26645, -26671, -26679, -26772, -26773, -26777, -26805, -26923, -27020, -27032, -36017, -36484, -36904, -36905, -36934, -39487, -41046, -42106, -42131, -42154, -43871, -44944, -44965, -46743, -46745, -46750, -47684, -47701, -47737, -49881, -49884, -49948, -49949, -49952, -49997, -50006, -50040, -50045, -50251, -50262, -50299, -50301, -53057, -53140, -53165, -53217, CVE-2025-0167, -0395, -0665, -0725, -26465, -26466"
},
{
"date": "2025-04-08T00:00:00.000000Z",
"legacy_version": "2.5",
"number": "16",
"summary": "Added CVE-2025-21694, CVE-2025-1390, CVE-2024-8176, CVE-2024-57901, CVE-2024-57884, CVE-2024-56780, CVE-2024-56779, CVE-2024-56770, CVE-2024-56650, CVE-2024-56644, CVE-2024-56606, CVE-2024-56601, CVE-2024-56600, CVE-2024-56570, CVE-2024-56569, CVE-2024-53164, CVE-2024-53124, CVE-2024-52332, CVE-2024-48881, CVE-2024-47707, CVE-2024-12243"
},
{
"date": "2025-06-10T00:00:00.000000Z",
"legacy_version": "2.6",
"number": "17",
"summary": "Added fix for SIMATIC S7-1500 CPU 1518(F)-4 PN/DP MFP incl. SIPLUS variants"
},
{
"date": "2025-08-12T00:00:00.000000Z",
"legacy_version": "2.7",
"number": "18",
"summary": "Removed CVE-2021-41617, CVE-2023-28531, CVE-2023-38545, CVE-2023-38546, CVE-2023-44487, CVE-2023-4527, CVE-2023-46218, CVE-2023-46219, CVE-2023-4806, CVE-2023-48795, CVE-2023-4911, CVE-2024-12133, CVE-2024-12243, CVE-2024-28085, CVE-2024-2961, CVE-2024-33599, CVE-2024-33600, CVE-2024-33601, CVE-2024-33602, CVE-2024-37370, CVE-2024-37371, CVE-2024-45490, CVE-2024-45491, CVE-2024-45492, CVE-2025-26465, CVE-2025-46836 as they are not fixed in V3.1.5 and advised in SSA-082556"
}
],
"status": "final",
"version": "18"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003e=3.1.0|\u003c3.1.5",
"product": {
"name": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (6ES7518-4AX00-1AB0)",
"product_id": "CSAFPID-0001",
"product_identification_helper": {
"model_numbers": [
"6ES7518-4AX00-1AB0"
]
}
}
}
],
"category": "product_name",
"name": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (6ES7518-4AX00-1AB0)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003e=3.1.0|\u003c3.1.5",
"product": {
"name": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (6ES7518-4AX00-1AC0)",
"product_id": "CSAFPID-0002",
"product_identification_helper": {
"model_numbers": [
"6ES7518-4AX00-1AC0"
]
}
}
}
],
"category": "product_name",
"name": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (6ES7518-4AX00-1AC0)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003e=3.1.0|\u003c3.1.5",
"product": {
"name": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (6ES7518-4FX00-1AB0)",
"product_id": "CSAFPID-0003",
"product_identification_helper": {
"model_numbers": [
"6ES7518-4FX00-1AB0"
]
}
}
}
],
"category": "product_name",
"name": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (6ES7518-4FX00-1AB0)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003e=3.1.0|\u003c3.1.5",
"product": {
"name": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (6ES7518-4FX00-1AC0)",
"product_id": "CSAFPID-0004",
"product_identification_helper": {
"model_numbers": [
"6ES7518-4FX00-1AC0"
]
}
}
}
],
"category": "product_name",
"name": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (6ES7518-4FX00-1AC0)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003e=3.1.0|\u003c3.1.5",
"product": {
"name": "SIPLUS S7-1500 CPU 1518-4 PN/DP MFP (6AG1518-4AX00-4AC0)",
"product_id": "CSAFPID-0005",
"product_identification_helper": {
"model_numbers": [
"6AG1518-4AX00-4AC0"
]
}
}
}
],
"category": "product_name",
"name": "SIPLUS S7-1500 CPU 1518-4 PN/DP MFP (6AG1518-4AX00-4AC0)"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2013-0340",
"cwe": {
"id": "CWE-611",
"name": "Improper Restriction of XML External Entity Reference"
},
"notes": [
{
"category": "summary",
"text": "expat 2.1.0 and earlier does not properly handle entities expansion unless an application developer uses the XML_SetEntityDeclHandler function, which allows remote attackers to cause a denial of service (resource consumption), send HTTP requests to intranet servers, or read arbitrary files via a crafted XML document, aka an XML External Entity (XXE) issue. NOTE: it could be argued that because expat already provides the ability to disable external entity expansion, the responsibility for resolving this issue lies with application developers; according to this argument, this entry should be REJECTed, and each affected application would need its own CVE.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2013-0340"
},
{
"cve": "CVE-2013-4235",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"notes": [
{
"category": "summary",
"text": "shadow: TOCTOU (time-of-check time-of-use) race condition when copying and removing directory trees",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2013-4235"
},
{
"cve": "CVE-2014-7209",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "run-mailcap in the Debian mime-support package before 3.52-1+deb7u1 allows context-dependent attackers to execute arbitrary commands via shell metacharacters in a filename.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2014-7209"
},
{
"cve": "CVE-2015-20107",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In Python (aka CPython) up to 3.10.8, the mailcap module does not add escape characters into commands discovered in the system mailcap file. This may allow attackers to inject shell commands into applications that call mailcap.findmatch with untrusted input (if they lack validation of user-provided filenames or arguments). The fix is also back-ported to 3.7, 3.8, 3.9",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2015-20107"
},
{
"cve": "CVE-2016-3189",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "Use-after-free vulnerability in bzip2recover in bzip2 1.0.6 allows remote attackers to cause a denial of service (crash) via a crafted bzip2 file, related to block ends set to before the start of the block.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2016-3189"
},
{
"cve": "CVE-2016-3709",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "summary",
"text": "Possible cross-site scripting vulnerability in libxml after commit 960f0e2.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2016-3709"
},
{
"cve": "CVE-2016-4658",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "xpointer.c in libxml2 before 2.9.5 (as used in Apple iOS before 10, OS X before 10.12, tvOS before 10, and watchOS before 3, and other products) does not forbid namespace nodes in XPointer ranges, which allows remote attackers to execute arbitrary code or cause a denial of service (use-after-free and memory corruption) via a crafted XML document.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2016-4658"
},
{
"cve": "CVE-2016-5131",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "Use-after-free vulnerability in libxml2 through 2.9.4, as used in Google Chrome before 52.0.2743.82, allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors related to the XPointer range-to function.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2016-5131"
},
{
"cve": "CVE-2016-9318",
"cwe": {
"id": "CWE-611",
"name": "Improper Restriction of XML External Entity Reference"
},
"notes": [
{
"category": "summary",
"text": "libxml2 2.9.4 and earlier, as used in XMLSec 1.2.23 and earlier and other products, does not offer a flag directly indicating that the current document may be read but other files may not be opened, which makes it easier for remote attackers to conduct XML External Entity (XXE) attacks via a crafted document.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2016-9318"
},
{
"cve": "CVE-2016-10228",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "The iconv program in the GNU C Library (aka glibc or libc6) 2.31 and earlier, when invoked with multiple suffixes in the destination encoding (TRANSLATE or IGNORE) along with the -c option, enters an infinite loop when processing invalid multi-byte input sequences, leading to a denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2016-10228"
},
{
"cve": "CVE-2016-10739",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the GNU C Library (aka glibc or libc6) through 2.28, the getaddrinfo function would successfully parse a string that contained an IPv4 address followed by whitespace and arbitrary characters, which could lead applications to incorrectly assume that it had parsed a valid string, without the possibility of embedded HTTP headers or other potentially dangerous substrings.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2016-10739"
},
{
"cve": "CVE-2017-0663",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "A remote code execution vulnerability in libxml2 could enable an attacker using a specially crafted file to execute arbitrary code within the context of an unprivileged process. This issue is rated as High due to the possibility of remote code execution in an application that uses this library. Product: Android. Versions: 4.4.4, 5.0.2, 5.1.1, 6.0, 6.0.1, 7.0, 7.1.1, 7.1.2. Android ID: A-37104170.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2017-0663"
},
{
"cve": "CVE-2017-7375",
"cwe": {
"id": "CWE-611",
"name": "Improper Restriction of XML External Entity Reference"
},
"notes": [
{
"category": "summary",
"text": "A flaw in libxml2 allows remote XML entity inclusion with default parser flags (i.e., when the caller did not request entity substitution, DTD validation, external DTD subset loading, or default DTD attributes). Depending on the context, this may expose a higher-risk attack surface in libxml2 not usually reachable with default parser flags, and expose content from local files, HTTP, or FTP servers (which might be otherwise unreachable).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2017-7375"
},
{
"cve": "CVE-2017-7376",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "Buffer overflow in libxml2 allows remote attackers to execute arbitrary code by leveraging an incorrect limit for port values when handling redirects.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2017-7376"
},
{
"cve": "CVE-2017-9047",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "A buffer overflow was discovered in libxml2 20904-GITv2.9.4-16-g0741801. The function xmlSnprintfElementContent in valid.c is supposed to recursively dump the element content definition into a char buffer \u0027buf\u0027 of size \u0027size\u0027. The variable len is assigned strlen(buf). If the content-\u003etype is XML_ELEMENT_CONTENT_ELEMENT, then (i) the content-\u003eprefix is appended to buf (if it actually fits) whereupon (ii) content-\u003ename is written to the buffer. However, the check for whether the content-\u003ename actually fits also uses \u0027len\u0027 rather than the updated buffer length strlen(buf). This allows us to write about \"size\" many bytes beyond the allocated memory. This vulnerability causes programs that use libxml2, such as PHP, to crash.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2017-9047"
},
{
"cve": "CVE-2017-9048",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "libxml2 20904-GITv2.9.4-16-g0741801 is vulnerable to a stack-based buffer overflow. The function xmlSnprintfElementContent in valid.c is supposed to recursively dump the element content definition into a char buffer \u0027buf\u0027 of size \u0027size\u0027. At the end of the routine, the function may strcat two more characters without checking whether the current strlen(buf) + 2 \u003c size. This vulnerability causes programs that use libxml2, such as PHP, to crash.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2017-9048"
},
{
"cve": "CVE-2017-9049",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "libxml2 20904-GITv2.9.4-16-g0741801 is vulnerable to a heap-based buffer over-read in the xmlDictComputeFastKey function in dict.c. This vulnerability causes programs that use libxml2, such as PHP, to crash. This vulnerability exists because of an incomplete fix for libxml2 Bug 759398.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2017-9049"
},
{
"cve": "CVE-2017-9050",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "libxml2 20904-GITv2.9.4-16-g0741801 is vulnerable to a heap-based buffer over-read in the xmlDictAddString function in dict.c. This vulnerability causes programs that use libxml2, such as PHP, to crash. This vulnerability exists because of an incomplete fix for CVE-2016-1839.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2017-9050"
},
{
"cve": "CVE-2017-15422",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "Integer overflow in international date handling in International Components for Unicode (ICU) for C/C++ before 60.1, as used in V8 in Google Chrome prior to 63.0.3239.84 and other products, allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2017-15422"
},
{
"cve": "CVE-2017-16931",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "parser.c in libxml2 before 2.9.5 mishandles parameter-entity references because the NEXTL macro calls the xmlParserHandlePEReference function in the case of a \u0027%\u0027 character in a DTD name.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2017-16931"
},
{
"cve": "CVE-2017-16932",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"notes": [
{
"category": "summary",
"text": "parser.c in libxml2 before 2.9.5 does not prevent infinite recursion in parameter entities.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2017-16932"
},
{
"cve": "CVE-2017-17512",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "sensible-browser in sensible-utils before 0.0.11 does not validate strings before launching the program specified by the BROWSER environment variable, which allows remote attackers to conduct argument-injection attacks via a crafted URL, as demonstrated by a --proxy-pac-file argument.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2017-17512"
},
{
"cve": "CVE-2017-18258",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "The xz_head function in xzlib.c in libxml2 before 2.9.6 allows remote attackers to cause a denial of service (memory consumption) via a crafted LZMA file, because the decoder functionality does not restrict memory usage to what is required for a legitimate file.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2017-18258"
},
{
"cve": "CVE-2018-0495",
"cwe": {
"id": "CWE-203",
"name": "Observable Discrepancy"
},
"notes": [
{
"category": "summary",
"text": "Libgcrypt before 1.7.10 and 1.8.x before 1.8.3 allows a memory-cache side-channel attack on ECDSA signatures that can be mitigated through the use of blinding during the signing process in the _gcry_ecc_ecdsa_sign function in cipher/ecc-ecdsa.c, aka the Return Of the Hidden Number Problem or ROHNP. To discover an ECDSA key, the attacker needs access to either the local machine or a different virtual machine on the same physical host.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2018-0495"
},
{
"cve": "CVE-2018-12886",
"cwe": {
"id": "CWE-209",
"name": "Generation of Error Message Containing Sensitive Information"
},
"notes": [
{
"category": "summary",
"text": "stack_protect_prologue in cfgexpand.c and stack_protect_epilogue in function.c in GNU Compiler Collection (GCC) 4.1 through 8 (under certain circumstances) generate instruction sequences when targeting ARM targets that spill the address of the stack protector guard, which allows an attacker to bypass the protection of -fstack-protector, -fstack-protector-all, -fstack-protector-strong, and -fstack-protector-explicit against stack overflow by controlling what the stack canary is compared against.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2018-12886"
},
{
"cve": "CVE-2018-14404",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "A NULL pointer dereference vulnerability exists in the xpath.c:xmlXPathCompOpEval() function of libxml2 through 2.9.8 when parsing an invalid XPath expression in the XPATH_OP_AND or XPATH_OP_OR case. Applications processing untrusted XSL format inputs with the use of the libxml2 library may be vulnerable to a denial of service attack due to a crash of the application.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2018-14404"
},
{
"cve": "CVE-2018-14567",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"notes": [
{
"category": "summary",
"text": "libxml2 2.9.8, if --with-lzma is used, allows remote attackers to cause a denial of service (infinite loop) via a crafted XML file that triggers LZMA_MEMLIMIT_ERROR, as demonstrated by xmllint, a different vulnerability than CVE-2015-8035 and CVE-2018-9251.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2018-14567"
},
{
"cve": "CVE-2018-18928",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "International Components for Unicode (ICU) for C/C++ 63.1 has an integer overflow in number::impl::DecimalQuantity::toScientificString() in i18n/number_decimalquantity.cpp.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2018-18928"
},
{
"cve": "CVE-2018-19591",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the GNU C Library (aka glibc or libc6) through 2.28, attempting to resolve a crafted hostname via getaddrinfo() leads to the allocation of a socket descriptor that is not closed. This is related to the if_nametoindex() function.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2018-19591"
},
{
"cve": "CVE-2018-20482",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"notes": [
{
"category": "summary",
"text": "GNU Tar through 1.30, when --sparse is used, mishandles file shrinkage during read access, which allows local users to cause a denial of service (infinite read loop in sparse_dump_region in sparse.c) by modifying a file that is supposed to be archived by a different user\u0027s process (e.g., a system backup running as root).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2018-20482"
},
{
"cve": "CVE-2018-20843",
"cwe": {
"id": "CWE-611",
"name": "Improper Restriction of XML External Entity Reference"
},
"notes": [
{
"category": "summary",
"text": "In libexpat in Expat before 2.2.7, XML input including XML names that contain a large number of colons could make the XML parser consume a high amount of RAM and CPU resources while processing (enough to be usable for denial-of-service attacks).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2018-20843"
},
{
"cve": "CVE-2018-25032",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "zlib before 1.2.12 allows memory corruption when deflating (i.e., when compressing) if the input has many distant matches.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2018-25032"
},
{
"cve": "CVE-2019-3855",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An integer overflow flaw which could lead to an out of bounds write was discovered in libssh2 before 1.8.1 in the way packets are read from the server. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-3855"
},
{
"cve": "CVE-2019-3856",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An integer overflow flaw, which could lead to an out of bounds write, was discovered in libssh2 before 1.8.1 in the way keyboard prompt requests are parsed. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-3856"
},
{
"cve": "CVE-2019-3857",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An integer overflow flaw which could lead to an out of bounds write was discovered in libssh2 before 1.8.1 in the way SSH_MSG_CHANNEL_REQUEST packets with an exit signal are parsed. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-3857"
},
{
"cve": "CVE-2019-3858",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "An out of bounds read flaw was discovered in libssh2 before 1.8.1 when a specially crafted SFTP packet is received from the server. A remote attacker who compromises a SSH server may be able to cause a Denial of Service or read data in the client memory.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-3858"
},
{
"cve": "CVE-2019-3859",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "An out of bounds read flaw was discovered in libssh2 before 1.8.1 in the _libssh2_packet_require and _libssh2_packet_requirev functions. A remote attacker who compromises a SSH server may be able to cause a Denial of Service or read data in the client memory.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-3859"
},
{
"cve": "CVE-2019-3860",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "An out of bounds read flaw was discovered in libssh2 before 1.8.1 in the way SFTP packets with empty payloads are parsed. A remote attacker who compromises a SSH server may be able to cause a Denial of Service or read data in the client memory.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-3860"
},
{
"cve": "CVE-2019-3861",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "An out of bounds read flaw was discovered in libssh2 before 1.8.1 in the way SSH packets with a padding length value greater than the packet length are parsed. A remote attacker who compromises a SSH server may be able to cause a Denial of Service or read data in the client memory.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-3861"
},
{
"cve": "CVE-2019-3862",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "An out of bounds read flaw was discovered in libssh2 before 1.8.1 in the way SSH_MSG_CHANNEL_REQUEST packets with an exit status message and no payload are parsed. A remote attacker who compromises a SSH server may be able to cause a Denial of Service or read data in the client memory.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-3862"
},
{
"cve": "CVE-2019-3863",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in libssh2 before 1.8.1. A server could send a multiple keyboard interactive response messages whose total length are greater than unsigned char max characters. This value is used as an index to copy memory causing in an out of bounds memory write error.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-3863"
},
{
"cve": "CVE-2019-5018",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "An exploitable use after free vulnerability exists in the window function functionality of Sqlite3 3.26.0. A specially crafted SQL command can cause a use after free vulnerability, potentially resulting in remote code execution. An attacker can send a malicious SQL command to trigger this vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-5018"
},
{
"cve": "CVE-2019-5094",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An exploitable code execution vulnerability exists in the quota file functionality of E2fsprogs 1.45.3. A specially crafted ext4 partition can cause an out-of-bounds write on the heap, resulting in code execution. An attacker can corrupt a partition to trigger this vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-5094"
},
{
"cve": "CVE-2019-5188",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "A code execution vulnerability exists in the directory rehashing functionality of E2fsprogs e2fsck 1.45.4. A specially crafted ext4 directory can cause an out-of-bounds write on the stack, resulting in code execution. An attacker can corrupt a partition to trigger this vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-5188"
},
{
"cve": "CVE-2019-5435",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "An integer overflow in curl\u0027s URL API results in a buffer overflow in libcurl 7.62.0 to and including 7.64.1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-5435"
},
{
"cve": "CVE-2019-5436",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "A heap buffer overflow in the TFTP receiving code allows for DoS or arbitrary code execution in libcurl versions 7.19.4 through 7.64.1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-5436"
},
{
"cve": "CVE-2019-5443",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"notes": [
{
"category": "summary",
"text": "A non-privileged user or program can put code and a config file in a known non-privileged path (under C:/usr/local/) that will make curl \u003c= 7.65.1 automatically run the code (as an openssl \"engine\") on invocation. If that curl is invoked by a privileged user it can do anything it wants.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-5443"
},
{
"cve": "CVE-2019-5481",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "Double-free vulnerability in the FTP-kerberos code in cURL 7.52.0 to 7.65.3.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-5481"
},
{
"cve": "CVE-2019-5482",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "Heap buffer overflow in the TFTP protocol handler in cURL 7.19.4 to 7.65.3.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-5482"
},
{
"cve": "CVE-2019-6109",
"cwe": {
"id": "CWE-116",
"name": "Improper Encoding or Escaping of Output"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in OpenSSH 7.9. Due to missing character encoding in the progress display, a malicious server (or Man-in-The-Middle attacker) can employ crafted object names to manipulate the client output, e.g., by using ANSI control codes to hide additional files being transferred. This affects refresh_progress_meter() in progressmeter.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-6109"
},
{
"cve": "CVE-2019-6110",
"cwe": {
"id": "CWE-838",
"name": "Inappropriate Encoding for Output Context"
},
"notes": [
{
"category": "summary",
"text": "In OpenSSH 7.9, due to accepting and displaying arbitrary stderr output from the server, a malicious server (or Man-in-The-Middle attacker) can manipulate the client output, for example to use ANSI control codes to hide additional files being transferred.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-6110"
},
{
"cve": "CVE-2019-6111",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in OpenSSH 7.9. Due to the scp implementation being derived from 1983 rcp, the server chooses which files/directories are sent to the client. However, the scp client only performs cursory validation of the object name returned (only directory traversal attacks are prevented). A malicious scp server (or Man-in-The-Middle attacker) can overwrite arbitrary files in the scp client target directory. If recursive operation (-r) is performed, the server can manipulate subdirectories as well (for example, to overwrite the .ssh/authorized_keys file).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-6111"
},
{
"cve": "CVE-2019-6488",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "summary",
"text": "The string component in the GNU C Library (aka glibc or libc6) through 2.28, when running on the x32 architecture, incorrectly attempts to use a 64-bit register for size_t in assembly codes, which can lead to a segmentation fault or possibly unspecified other impact, as demonstrated by a crash in __memmove_avx_unaligned_erms in sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S during a memcpy.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-6488"
},
{
"cve": "CVE-2019-7309",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "In the GNU C Library (aka glibc or libc6) through 2.29, the memcmp function for the x32 architecture can incorrectly return zero (indicating that the inputs are equal) because the RDX most significant bit is mishandled.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-7309"
},
{
"cve": "CVE-2019-8457",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "SQLite3 from 3.6.0 to and including 3.27.2 is vulnerable to heap out-of-bound read in the rtreenode() function when handling invalid rtree tables.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-8457"
},
{
"cve": "CVE-2019-9169",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In the GNU C Library (aka glibc or libc6) through 2.29, proceed_next_node in posix/regexec.c has a heap-based buffer over-read via an attempted case-insensitive regular-expression match.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-9169"
},
{
"cve": "CVE-2019-9636",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "Python 2.7.x through 2.7.16 and 3.x through 3.7.2 is affected by: Improper Handling of Unicode Encoding (with an incorrect netloc) during NFKC normalization. The impact is: Information disclosure (credentials, cookies, etc. that are cached against a given hostname). The components are: urllib.parse.urlsplit, urllib.parse.urlparse. The attack vector is: A specially crafted URL could be incorrectly parsed to locate cookies or authentication data and send that information to a different host than when parsed correctly. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-9636"
},
{
"cve": "CVE-2019-9674",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "Lib/zipfile.py in Python through 3.7.2 allows remote attackers to cause a denial of service (resource consumption) via a ZIP bomb.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-9674"
},
{
"cve": "CVE-2019-9740",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the query string after a ? character) followed by an HTTP header or a Redis command. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-9740"
},
{
"cve": "CVE-2019-9923",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "pax_decode_header in sparse.c in GNU Tar before 1.32 had a NULL pointer dereference when parsing certain archives that have malformed extended headers.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-9923"
},
{
"cve": "CVE-2019-9936",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In SQLite 3.27.2, running fts5 prefix queries inside a transaction could trigger a heap-based buffer over-read in fts5HashEntrySort in sqlite3.c, which may lead to an information leak. This is related to ext/fts5/fts5_hash.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-9936"
},
{
"cve": "CVE-2019-9937",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In SQLite 3.27.2, interleaving reads and writes in a single transaction with an fts5 virtual table will lead to a NULL Pointer Dereference in fts5ChunkIterate in sqlite3.c. This is related to ext/fts5/fts5_hash.c and ext/fts5/fts5_index.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-9937"
},
{
"cve": "CVE-2019-9947",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-9947"
},
{
"cve": "CVE-2019-9948",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "urllib in Python 2.x through 2.7.16 supports the local_file: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen(\u0027local_file:///etc/passwd\u0027) call.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-9948"
},
{
"cve": "CVE-2019-10160",
"cwe": {
"id": "CWE-172",
"name": "Encoding Error"
},
"notes": [
{
"category": "summary",
"text": "A security regression of CVE-2019-9636 was discovered in python since commit d537ab0ff9767ef024f26246899728f0116b1ec3 affecting versions 2.7, 3.5, 3.6, 3.7 and from v3.8.0a4 through v3.8.0b1, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password parts of a URL. When an application parses user-supplied URLs to store cookies, authentication credentials, or other kind of information, it is possible for an attacker to provide specially crafted URLs to make the application locate host-related information (e.g. cookies, authentication data) and send them to a different host than where it should, unlike if the URLs had been correctly parsed. The result of an attack may vary based on the application.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-10160"
},
{
"cve": "CVE-2019-11360",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "A buffer overflow in iptables-restore in netfilter iptables 1.8.2 allows an attacker to (at least) crash the program or potentially gain code execution via a specially crafted iptables-save file. This is related to add_param_to_argv in xshared.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-11360"
},
{
"cve": "CVE-2019-12290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "GNU libidn2 before 2.2.0 fails to perform the roundtrip checks specified in RFC3490 Section 4.2 when converting A-labels to U-labels. This makes it possible in some circumstances for one domain to impersonate another. By creating a malicious domain that matches a target domain except for the inclusion of certain punycoded Unicode characters (that would be discarded when converted first to a Unicode label and then back to an ASCII label), arbitrary domains can be impersonated.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-12290"
},
{
"cve": "CVE-2019-12900",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "BZ2_decompress in decompress.c in bzip2 through 1.0.6 has an out-of-bounds write when there are many selectors.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-12900"
},
{
"cve": "CVE-2019-12904",
"cwe": {
"id": "CWE-668",
"name": "Exposure of Resource to Wrong Sphere"
},
"notes": [
{
"category": "summary",
"text": "In Libgcrypt 1.8.4, the C implementation of AES is vulnerable to a flush-and-reload side-channel attack because physical addresses are available to other processes. (The C implementation is used on platforms where an assembly-language implementation is unavailable.) NOTE: the vendor\u0027s position is that the issue report cannot be validated because there is no description of an attack",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-12904"
},
{
"cve": "CVE-2019-13057",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in the server in OpenLDAP before 2.4.48. When the server administrator delegates rootDN (database admin) privileges for certain databases but wants to maintain isolation (e.g., for multi-tenant deployments), slapd does not properly stop a rootDN from requesting authorization as an identity from another database during a SASL bind or with a proxyAuthz (RFC 4370) control. (It is not a common configuration to deploy a system where the server administrator and a DB administrator enjoy different levels of trust.)",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-13057"
},
{
"cve": "CVE-2019-13565",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in OpenLDAP 2.x before 2.4.48. When using SASL authentication and session encryption, and relying on the SASL security layers in slapd access controls, it is possible to obtain access that would otherwise be denied via a simple bind for any identity covered in those ACLs. After the first SASL bind is completed, the sasl_ssf value is retained for all new non-SASL connections. Depending on the ACL configuration, this can affect different types of operations (searches, modifications, etc.). In other words, a successful authorization step completed by one user affects the authorization requirement for a different user.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-13565"
},
{
"cve": "CVE-2019-13627",
"cwe": {
"id": "CWE-203",
"name": "Observable Discrepancy"
},
"notes": [
{
"category": "summary",
"text": "It was discovered that there was a ECDSA timing attack in the libgcrypt20 cryptographic library. Version affected: 1.8.4-5, 1.7.6-2+deb9u3, and 1.6.3-2+deb8u4. Versions fixed: 1.8.5-2 and 1.6.3-2+deb8u7.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-13627"
},
{
"cve": "CVE-2019-15847",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"notes": [
{
"category": "summary",
"text": "The POWER9 backend in GNU Compiler Collection (GCC) before version 10 could optimize multiple calls of the __builtin_darn intrinsic into a single call, thus reducing the entropy of the random number generator. This occurred because a volatile operation was not specified. For example, within a single execution of a program, the output of every __builtin_darn() call may be the same.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-15847"
},
{
"cve": "CVE-2019-15903",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In libexpat before 2.2.8, crafted XML input could fool the parser into changing from DTD parsing to document parsing too early; a consecutive call to XML_GetCurrentLineNumber (or XML_GetCurrentColumnNumber) then resulted in a heap-based buffer over-read.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-15903"
},
{
"cve": "CVE-2019-16056",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-16056"
},
{
"cve": "CVE-2019-16168",
"cwe": {
"id": "CWE-369",
"name": "Divide By Zero"
},
"notes": [
{
"category": "summary",
"text": "In SQLite through 3.29.0, whereLoopAddBtreeIndex in sqlite3.c can crash a browser or other application because of missing validation of a sqlite_stat1 sz field, aka a \"severe division by zero in the query planner.\"",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-16168"
},
{
"cve": "CVE-2019-16905",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "OpenSSH 7.7 through 7.9 and 8.x before 8.1, when compiled with an experimental key type, has a pre-authentication integer overflow if a client or server is configured to use a crafted XMSS key. This leads to memory corruption and local code execution because of an error in the XMSS key parsing algorithm. NOTE: the XMSS implementation is considered experimental in all released OpenSSH versions, and there is no supported way to enable it when building portable OpenSSH.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-16905"
},
{
"cve": "CVE-2019-17498",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "In libssh2 v1.9.0 and earlier versions, the SSH_MSG_DISCONNECT logic in packet.c has an integer overflow in a bounds check, enabling an attacker to specify an arbitrary (out-of-bounds) offset for a subsequent memory read. A crafted SSH server may be able to disclose sensitive information or cause a denial of service condition on the client system when a user connects to the server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-17498"
},
{
"cve": "CVE-2019-17543",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "LZ4 before 1.9.2 has a heap-based buffer overflow in LZ4_write32 (related to LZ4_compress_destSize), affecting applications that call LZ4_compress_fast with a large input. (This issue can also lead to data corruption.) NOTE: the vendor states \"only a few specific / uncommon usages of the API are at risk.\"",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-17543"
},
{
"cve": "CVE-2019-17594",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "There is a heap-based buffer over-read in the _nc_find_entry function in tinfo/comp_hash.c in the terminfo library in ncurses before 6.1-20191012.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-17594"
},
{
"cve": "CVE-2019-17595",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "There is a heap-based buffer over-read in the fmt_entry function in tinfo/comp_hash.c in the terminfo library in ncurses before 6.1-20191012.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-17595"
},
{
"cve": "CVE-2019-18224",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "idn2_to_ascii_4i in lib/lookup.c in GNU libidn2 before 2.1.1 has a heap-based buffer overflow via a long domain string.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-18224"
},
{
"cve": "CVE-2019-18276",
"cwe": {
"id": "CWE-273",
"name": "Improper Check for Dropped Privileges"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in disable_priv_mode in shell.c in GNU Bash through 5.0 patch 11. By default, if Bash is run with its effective UID not equal to its real UID, it will drop privileges by setting its effective UID to its real UID. However, it does so incorrectly. On Linux and other systems that support \"saved UID\" functionality, the saved UID is not dropped. An attacker with command execution in the shell can use \"enable -f\" for runtime loading of a new builtin, which can be a shared object that calls setuid() and therefore regains privileges. However, binaries running with an effective UID of 0 are unaffected.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-18276"
},
{
"cve": "CVE-2019-18348",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in urllib2 in Python 2.x through 2.7.17 and urllib in Python 3.x through 3.8.0. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the host component of a URL) followed by an HTTP header. This is similar to the CVE-2019-9740 query string issue and the CVE-2019-9947 path string issue. (This is not exploitable when glibc has CVE-2016-10739 fixed.). This is fixed in: v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1; v3.6.11, v3.6.11rc1, v3.6.12; v3.7.8, v3.7.8rc1, v3.7.9; v3.8.3, v3.8.3rc1, v3.8.4, v3.8.4rc1, v3.8.5, v3.8.6, v3.8.6rc1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-18348"
},
{
"cve": "CVE-2019-19126",
"cwe": {
"id": "CWE-665",
"name": "Improper Initialization"
},
"notes": [
{
"category": "summary",
"text": "On the x86-64 architecture, the GNU C Library (aka glibc) before 2.31 fails to ignore the LD_PREFER_MAP_32BIT_EXEC environment variable during program execution after a security transition, allowing local attackers to restrict the possible mapping addresses for loaded libraries and thus bypass ASLR for a setuid program.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-19126"
},
{
"cve": "CVE-2019-19242",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "SQLite 3.30.1 mishandles pExpr-\u003ey.pTab, as demonstrated by the TK_COLUMN case in sqlite3ExprCodeTarget in expr.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-19242"
},
{
"cve": "CVE-2019-19244",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Select in select.c in SQLite 3.30.1 allows a crash if a sub-select uses both DISTINCT and window functions, and also has certain ORDER BY usage.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-19244"
},
{
"cve": "CVE-2019-19317",
"cwe": {
"id": "CWE-681",
"name": "Incorrect Conversion between Numeric Types"
},
"notes": [
{
"category": "summary",
"text": "lookupName in resolve.c in SQLite 3.30.1 omits bits from the colUsed bitmask in the case of a generated column, which allows attackers to cause a denial of service or possibly have unspecified other impact.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-19317"
},
{
"cve": "CVE-2019-19603",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "SQLite 3.30.1 mishandles certain SELECT statements with a nonexistent VIEW, leading to an application crash.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-19603"
},
{
"cve": "CVE-2019-19645",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "summary",
"text": "alter.c in SQLite through 3.30.1 allows attackers to trigger infinite recursion via certain types of self-referential views in conjunction with ALTER TABLE statements.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-19645"
},
{
"cve": "CVE-2019-19646",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"notes": [
{
"category": "summary",
"text": "pragma.c in SQLite through 3.30.1 mishandles NOT NULL in an integrity_check PRAGMA command in certain cases of generated columns.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-19646"
},
{
"cve": "CVE-2019-19880",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "exprListAppendList in window.c in SQLite 3.30.1 allows attackers to trigger an invalid pointer dereference because constant integer values in ORDER BY clauses of window definitions are mishandled.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-19880"
},
{
"cve": "CVE-2019-19906",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "cyrus-sasl (aka Cyrus SASL) 2.1.27 has an out-of-bounds write leading to unauthenticated remote denial-of-service in OpenLDAP via a malformed LDAP packet. The OpenLDAP crash is ultimately caused by an off-by-one error in _sasl_add_string in common.c in cyrus-sasl.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-19906"
},
{
"cve": "CVE-2019-19923",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "flattenSubquery in select.c in SQLite 3.30.1 mishandles certain uses of SELECT DISTINCT involving a LEFT JOIN in which the right-hand side is a view. This can cause a NULL pointer dereference (or incorrect results).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-19923"
},
{
"cve": "CVE-2019-19924",
"cwe": {
"id": "CWE-755",
"name": "Improper Handling of Exceptional Conditions"
},
"notes": [
{
"category": "summary",
"text": "SQLite 3.30.1 mishandles certain parser-tree rewriting, related to expr.c, vdbeaux.c, and window.c. This is caused by incorrect sqlite3WindowRewrite() error handling.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-19924"
},
{
"cve": "CVE-2019-19925",
"cwe": {
"id": "CWE-434",
"name": "Unrestricted Upload of File with Dangerous Type"
},
"notes": [
{
"category": "summary",
"text": "zipfileUpdate in ext/misc/zipfile.c in SQLite 3.30.1 mishandles a NULL pathname during an update of a ZIP archive.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-19925"
},
{
"cve": "CVE-2019-19926",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "multiSelect in select.c in SQLite 3.30.1 mishandles certain errors during parsing, as demonstrated by errors from sqlite3WindowRewrite() calls. NOTE: this vulnerability exists because of an incomplete fix for CVE-2019-19880.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-19926"
},
{
"cve": "CVE-2019-19956",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"notes": [
{
"category": "summary",
"text": "xmlParseBalancedChunkMemoryRecover in parser.c in libxml2 before 2.9.10 has a memory leak related to newDoc-\u003eoldNs.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-19956"
},
{
"cve": "CVE-2019-19959",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "ext/misc/zipfile.c in SQLite 3.30.1 mishandles certain uses of INSERT INTO in situations involving embedded \u0027\\0\u0027 characters in filenames, leading to a memory-management error that can be detected by (for example) valgrind.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-19959"
},
{
"cve": "CVE-2019-20218",
"cwe": {
"id": "CWE-755",
"name": "Improper Handling of Exceptional Conditions"
},
"notes": [
{
"category": "summary",
"text": "selectExpander in select.c in SQLite 3.30.1 proceeds with WITH stack unwinding even after a parsing error.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-20218"
},
{
"cve": "CVE-2019-20367",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "nlist.c in libbsd before 0.10.0 has an out-of-bounds read during a comparison for a symbol name from the string table (strtab).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-20367"
},
{
"cve": "CVE-2019-20388",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"notes": [
{
"category": "summary",
"text": "xmlSchemaPreRun in xmlschemas.c in libxml2 2.9.10 allows an xmlSchemaValidateStream memory leak.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-20388"
},
{
"cve": "CVE-2019-20795",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "iproute2 before 5.1.0 has a use-after-free in get_netnsid_from_name in ip/ipnetns.c. NOTE: security relevance may be limited to certain uses of setuid that, although not a default, are sometimes a configuration option offered to end users. Even when setuid is used, other factors (such as C library configuration) may block exploitability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-20795"
},
{
"cve": "CVE-2019-20907",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-20907"
},
{
"cve": "CVE-2019-25013",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "The iconv feature in the GNU C Library (aka glibc or libc6) through 2.32, when processing invalid multi-byte input sequences in the EUC-KR encoding, may have a buffer over-read.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-25013"
},
{
"cve": "CVE-2019-1010022",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "** DISPUTED ** GNU Libc current is affected by: Mitigation bypass. The impact is: Attacker may bypass stack guard protection. The component is: nptl. The attack vector is: Exploit stack buffer overflow vulnerability and use this bypass vulnerability to bypass stack guard. NOTE: Upstream comments indicate \"this is being treated as a non-security bug and no real threat.\"",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-1010022"
},
{
"cve": "CVE-2019-1010023",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "** DISPUTED ** GNU Libc current is affected by: Re-mapping current loaded library with malicious ELF file. The impact is: In worst case attacker may evaluate privileges. The component is: libld. The attack vector is: Attacker sends 2 ELF files to victim and asks to run ldd on it. ldd execute code. NOTE: Upstream comments indicate \"this is being treated as a non-security bug and no real threat.\"",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-1010023"
},
{
"cve": "CVE-2019-1010024",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "** DISPUTED ** GNU Libc current is affected by: Mitigation bypass. The impact is: Attacker may bypass ASLR using cache of thread stack and heap. The component is: glibc. NOTE: Upstream comments indicate \"this is being treated as a non-security bug and no real threat.\"",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-1010024"
},
{
"cve": "CVE-2019-1010025",
"cwe": {
"id": "CWE-330",
"name": "Use of Insufficiently Random Values"
},
"notes": [
{
"category": "summary",
"text": "** DISPUTED ** GNU Libc current is affected by: Mitigation bypass. The impact is: Attacker may guess the heap addresses of pthread_created thread. The component is: glibc. NOTE: the vendor\u0027s position is \"ASLR bypass itself is not a vulnerability.\"",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-1010025"
},
{
"cve": "CVE-2019-1010180",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "GNU gdb All versions is affected by: Buffer Overflow - Out of bound memory access. The impact is: Deny of Service, Memory Disclosure, and Possible Code Execution. The component is: The main gdb module. The attack vector is: Open an ELF for debugging. The fixed version is: Not fixed yet.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2019-1010180"
},
{
"cve": "CVE-2020-1712",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A heap use-after-free vulnerability was found in systemd before version v245-rc1, where asynchronous Polkit queries are performed while handling dbus messages. A local unprivileged attacker can abuse this flaw to crash systemd services or potentially execute code and elevate their privileges, by sending specially crafted dbus messages.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-1712"
},
{
"cve": "CVE-2020-1751",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An out-of-bounds write vulnerability was found in glibc before 2.31 when handling signal trampolines on PowerPC. Specifically, the backtrace function did not properly check the array bounds when storing the frame address, resulting in a denial of service or potential code execution. The highest threat from this vulnerability is to system availability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-1751"
},
{
"cve": "CVE-2020-1752",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability introduced in glibc upstream version 2.14 was found in the way the tilde expansion was carried out. Directory paths containing an initial tilde followed by a valid username were affected by this issue. A local attacker could exploit this flaw by creating a specially crafted path that, when processed by the glob function, would potentially lead to arbitrary code execution. This was fixed in version 2.32.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-1752"
},
{
"cve": "CVE-2020-6096",
"cwe": {
"id": "CWE-195",
"name": "Signed to Unsigned Conversion Error"
},
"notes": [
{
"category": "summary",
"text": "An exploitable signed comparison vulnerability exists in the ARMv7 memcpy() implementation of GNU glibc 2.30.9000. Calling memcpy() (on ARMv7 targets that utilize the GNU glibc implementation) with a negative value for the \u0027num\u0027 parameter results in a signed comparison vulnerability. If an attacker underflows the \u0027num\u0027 parameter to memcpy(), this vulnerability could lead to undefined behavior such as writing to out-of-bounds memory and potentially remote code execution. Furthermore, this memcpy() implementation allows for program execution to continue in scenarios where a segmentation fault or crash should have occurred. The dangers occur in that subsequent execution and iterations of this code will be executed with this corrupted data.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-6096"
},
{
"cve": "CVE-2020-7595",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"notes": [
{
"category": "summary",
"text": "xmlStringLenDecodeEntities in parser.c in libxml2 2.9.10 has an infinite loop in a certain end-of-file situation.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-7595"
},
{
"cve": "CVE-2020-8169",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "The libcurl library versions 7.62.0 to and including 7.70.0 are vulnerable to an information disclosure vulnerability that can lead to a partial password being leaked over the network and to the DNS server(s).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-8169"
},
{
"cve": "CVE-2020-8177",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "curl 7.20.0 through 7.70.0 is vulnerable to improper restriction of names for files and other resources that can lead too overwriting a local file when the -J flag is used.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-8177"
},
{
"cve": "CVE-2020-8231",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "Due to use of a dangling pointer, libcurl 7.29.0 through 7.71.1 can use the wrong connection when sending data.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-8231"
},
{
"cve": "CVE-2020-8284",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "A malicious server can use the FTP PASV response to trick curl 7.73.0 and earlier into connecting back to a given IP address and port, and this way potentially make curl extract information about services that are otherwise private and not disclosed, for example doing port scanning and service banner extractions.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-8284"
},
{
"cve": "CVE-2020-8285",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "summary",
"text": "curl 7.21.0 to and including 7.73.0 is vulnerable to uncontrolled recursion due to a stack overflow issue in FTP wildcard match parsing.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-8285"
},
{
"cve": "CVE-2020-8286",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "The libcurl library versions 7.41.0 to and including 7.73.0 are vulnerable to an improper check for certificate revocation due to insufficient verification of the OCSP response. This vulnerability could allow an attacker to pass a revoked certificate as valid.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-8286"
},
{
"cve": "CVE-2020-8315",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"notes": [
{
"category": "summary",
"text": "In Python (CPython) 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1, an insecure dependency load upon launch on Windows 7 may result in an attacker\u0027s copy of api-ms-win-core-path-l1-1-0.dll being loaded and used instead of the system\u0027s copy. Windows 8 and later are unaffected.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-8315"
},
{
"cve": "CVE-2020-8492",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-8492"
},
{
"cve": "CVE-2020-9327",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In SQLite 3.31.1, isAuxiliaryVtabOperator allows attackers to trigger a NULL pointer dereference and segmentation fault because of generated column optimizations.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-9327"
},
{
"cve": "CVE-2020-10029",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "The GNU C Library (aka glibc or libc6) before 2.32 could overflow an on-stack buffer during range reduction if an input to an 80-bit long double function contains a non-canonical bit pattern, a seen when passing a 0x5d414141414141410000 value to sinl on x86 targets. This is related to sysdeps/ieee754/ldbl-96/e_rem_pio2l.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-10029"
},
{
"cve": "CVE-2020-10531",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in International Components for Unicode (ICU) for C/C++ through 66.1. An integer overflow, leading to a heap-based buffer overflow, exists in the UnicodeString::doAppend() function in common/unistr.cpp.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-10531"
},
{
"cve": "CVE-2020-10543",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "Perl before 5.30.3 on 32-bit platforms allows a heap-based buffer overflow because nested regular expression quantifiers have an integer overflow.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-10543"
},
{
"cve": "CVE-2020-10735",
"cwe": {
"id": "CWE-704",
"name": "Incorrect Type Conversion or Cast"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in python. In algorithms with quadratic time complexity using non-binary bases, when using int(\"text\"), a system could take 50ms to parse an int string with 100,000 digits and 5s for 1,000,000 digits (float, decimal, int.from_bytes(), and int() for binary bases 2, 4, 8, 16, and 32 are not affected). The highest threat from this vulnerability is to system availability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-10735"
},
{
"cve": "CVE-2020-10878",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "Perl before 5.30.3 has an integer overflow related to mishandling of a \"PL_regkind[OP(n)] == NOTHING\" situation. A crafted regular expression could lead to malformed bytecode with a possibility of instruction injection.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-10878"
},
{
"cve": "CVE-2020-11501",
"cwe": {
"id": "CWE-330",
"name": "Use of Insufficiently Random Values"
},
"notes": [
{
"category": "summary",
"text": "GnuTLS 3.6.x before 3.6.13 uses incorrect cryptography for DTLS. The earliest affected version is 3.6.3 (2018-07-16) because of an error in a 2017-10-06 commit. The DTLS client always uses 32 \u0027\\0\u0027 bytes instead of a random value, and thus contributes no randomness to a DTLS negotiation. This breaks the security guarantees of the DTLS protocol.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-11501"
},
{
"cve": "CVE-2020-11655",
"cwe": {
"id": "CWE-665",
"name": "Improper Initialization"
},
"notes": [
{
"category": "summary",
"text": "SQLite through 3.31.1 allows attackers to cause a denial of service (segmentation fault) via a malformed window-function query because the AggInfo object\u0027s initialization is mishandled.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-11655"
},
{
"cve": "CVE-2020-11656",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In SQLite through 3.31.1, the ALTER TABLE implementation has a use-after-free, as demonstrated by an ORDER BY clause that belongs to a compound SELECT statement.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-11656"
},
{
"cve": "CVE-2020-12062",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "The scp client in OpenSSH 8.2 incorrectly sends duplicate responses to the server upon a utimes system call failure, which allows a malicious unprivileged user on the remote server to overwrite arbitrary files in the client\u0027s download directory by creating a crafted subdirectory anywhere on the remote server. The victim must use the command scp -rp to download a file hierarchy containing, anywhere inside, this crafted subdirectory. NOTE: the vendor points out that \"this attack can achieve no more than a hostile peer is already able to achieve within the scp protocol\" and \"utimes does not fail under normal circumstances.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-12062"
},
{
"cve": "CVE-2020-12243",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "summary",
"text": "In filter.c in slapd in OpenLDAP before 2.4.50, LDAP search filters with nested boolean expressions can result in denial of service (daemon crash).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "mitigation",
"details": "Limit remote access to port 22350/tcp on systems where the Codemeter runtime network server is running (for details refer to the updated security manual of WinCC OA).",
"product_ids": [
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-12243"
},
{
"cve": "CVE-2020-12723",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "summary",
"text": "regcomp.c in Perl before 5.30.3 allows a buffer overflow via a crafted regular expression because of recursive S_study_chunk calls.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-12723"
},
{
"cve": "CVE-2020-12762",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "json-c through 0.14 has an integer overflow and out-of-bounds write via a large JSON file, as demonstrated by printbuf_memappend.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-12762"
},
{
"cve": "CVE-2020-13434",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "SQLite through 3.32.0 has an integer overflow in sqlite3_str_vappendf in printf.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-13434"
},
{
"cve": "CVE-2020-13435",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "SQLite through 3.32.0 has a segmentation fault in sqlite3ExprCodeTarget in expr.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-13435"
},
{
"cve": "CVE-2020-13529",
"cwe": {
"id": "CWE-290",
"name": "Authentication Bypass by Spoofing"
},
"notes": [
{
"category": "summary",
"text": "An exploitable denial-of-service vulnerability exists in Systemd 245. A specially crafted DHCP FORCERENEW packet can cause a server running the DHCP client to be vulnerable to a DHCP ACK spoofing attack. An attacker can forge a pair of FORCERENEW and DCHP ACK packets to reconfigure the server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-13529"
},
{
"cve": "CVE-2020-13630",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "ext/fts3/fts3.c in SQLite before 3.32.0 has a use-after-free in fts3EvalNextRow, related to the snippet feature.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-13630"
},
{
"cve": "CVE-2020-13631",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "SQLite before 3.32.0 allows a virtual table to be renamed to the name of one of its shadow tables, related to alter.c and build.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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:H/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-13631"
},
{
"cve": "CVE-2020-13632",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "ext/fts3/fts3_snippet.c in SQLite before 3.32.0 has a NULL pointer dereference via a crafted matchinfo() query.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-13632"
},
{
"cve": "CVE-2020-13776",
"cwe": {
"id": "CWE-269",
"name": "Improper Privilege Management"
},
"notes": [
{
"category": "summary",
"text": "systemd through v245 mishandles numerical usernames such as ones composed of decimal digits or 0x followed by hex digits, as demonstrated by use of root privileges when privileges of the 0x0 user account were intended. NOTE: this issue exists because of an incomplete fix for CVE-2017-1000082.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-13776"
},
{
"cve": "CVE-2020-13777",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"notes": [
{
"category": "summary",
"text": "GnuTLS 3.6.x before 3.6.14 uses incorrect cryptography for encrypting a session ticket (a loss of confidentiality in TLS 1.2, and an authentication bypass in TLS 1.3). The earliest affected version is 3.6.4 (2018-09-24) because of an error in a 2018-09-18 commit. Until the first key rotation, the TLS server always uses wrong data in place of an encryption key derived from an application.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-13777"
},
{
"cve": "CVE-2020-13871",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "SQLite 3.32.2 has a use-after-free in resetAccumulator in select.c because the parse tree rewrite for window functions is too late.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-13871"
},
{
"cve": "CVE-2020-14145",
"cwe": {
"id": "CWE-203",
"name": "Observable Discrepancy"
},
"notes": [
{
"category": "summary",
"text": "The client side in OpenSSH 5.7 through 8.4 has an Observable Discrepancy leading to an information leak in the algorithm negotiation. This allows man-in-the-middle attackers to target initial connection attempts (where no host key for the server has been cached by the client). NOTE: some reports state that 8.5 and 8.6 are also affected.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-14145"
},
{
"cve": "CVE-2020-14422",
"cwe": {
"id": "CWE-682",
"name": "Incorrect Calculation"
},
"notes": [
{
"category": "summary",
"text": "Lib/ipaddress.py in Python through 3.8.3 improperly computes hash values in the IPv4Interface and IPv6Interface classes, which might allow a remote attacker to cause a denial of service if an application is affected by the performance of a dictionary containing IPv4Interface or IPv6Interface objects, and this attacker can cause many dictionary entries to be created. This is fixed in: v3.5.10, v3.5.10rc1; v3.6.12; v3.7.9; v3.8.4, v3.8.4rc1, v3.8.5, v3.8.6, v3.8.6rc1; v3.9.0, v3.9.0b4, v3.9.0b5, v3.9.0rc1, v3.9.0rc2.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-14422"
},
{
"cve": "CVE-2020-15358",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "In SQLite before 3.32.3, select.c mishandles query-flattener optimization, leading to a multiSelectOrderBy heap overflow because of misuse of transitive properties for constant propagation.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-15358"
},
{
"cve": "CVE-2020-15523",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"notes": [
{
"category": "summary",
"text": "In Python 3.6 through 3.6.10, 3.7 through 3.7.8, 3.8 through 3.8.4rc1, and 3.9 through 3.9.0b4 on Windows, a Trojan horse python3.dll might be used in cases where CPython is embedded in a native application. This occurs because python3X.dll may use an invalid search path for python3.dll loading (after Py_SetPath has been used). NOTE: this issue CANNOT occur when using python.exe from a standard (non-embedded) Python installation on Windows.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-15523"
},
{
"cve": "CVE-2020-15778",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "scp in OpenSSH through 8.3p1 allows command injection in the scp.c toremote function, as demonstrated by backtick characters in the destination argument. NOTE: the vendor reportedly has stated that they intentionally omit validation of \"anomalous argument transfers\" because that could \"stand a great chance of breaking existing workflows.\"",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-15778"
},
{
"cve": "CVE-2020-15801",
"cwe": {
"id": "CWE-426",
"name": "Untrusted Search Path"
},
"notes": [
{
"category": "summary",
"text": "In Python 3.8.4, sys.path restrictions specified in a python38._pth file are ignored, allowing code to be loaded from arbitrary locations. The \u003cexecutable-name\u003e._pth file (e.g., the python._pth file) is not affected.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-15801"
},
{
"cve": "CVE-2020-19185",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "Buffer Overflow vulnerability in one_one_mapping function in progs/dump_entry.c:1373 in ncurses 6.1 allows remote attackers to cause a denial of service via crafted command.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-19185"
},
{
"cve": "CVE-2020-19186",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "Buffer Overflow vulnerability in _nc_find_entry function in tinfo/comp_hash.c:66 in ncurses 6.1 allows remote attackers to cause a denial of service via crafted command.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-19186"
},
{
"cve": "CVE-2020-19187",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "Buffer Overflow vulnerability in fmt_entry function in progs/dump_entry.c:1100 in ncurses 6.1 allows remote attackers to cause a denial of service via crafted command.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-19187"
},
{
"cve": "CVE-2020-19188",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "Buffer Overflow vulnerability in fmt_entry function in progs/dump_entry.c:1116 in ncurses 6.1 allows remote attackers to cause a denial of service via crafted command.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-19188"
},
{
"cve": "CVE-2020-19189",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "Buffer Overflow vulnerability in postprocess_terminfo function in tinfo/parse_entry.c:997 in ncurses 6.1 allows remote attackers to cause a denial of service via crafted command.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-19189"
},
{
"cve": "CVE-2020-19190",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "Buffer Overflow vulnerability in _nc_find_entry in tinfo/comp_hash.c:70 in ncurses 6.1 allows remote attackers to cause a denial of service via crafted command.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-19190"
},
{
"cve": "CVE-2020-19909",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "Integer overflow vulnerability in tool_operate.c in curl 7.65.2 via a large value as the retry delay. NOTE: many parties report that this has no direct security impact on the curl user; however, it may (in theory) cause a denial of service to associated systems or networks if, for example, --retry-delay is misinterpreted as a value much smaller than what was intended. This is not especially plausible because the overflow only happens if the user was trying to specify that curl should wait weeks (or longer) before trying to recover from a transient error.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-19909"
},
{
"cve": "CVE-2020-21047",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "The libcpu component which is used by libasm of elfutils version 0.177 (git 47780c9e), suffers from denial-of-service vulnerability caused by application crashes due to out-of-bounds write (CWE-787), off-by-one error (CWE-193) and reachable assertion (CWE-617); to exploit the vulnerability, the attackers need to craft certain ELF files which bypass the missing bound checks.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-21047"
},
{
"cve": "CVE-2020-21913",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "International Components for Unicode (ICU-20850) v66.1 was discovered to contain a use after free bug in the pkg_createWithAssemblyCode function in the file tools/pkgdata/pkgdata.cpp.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-21913"
},
{
"cve": "CVE-2020-22218",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in function _libssh2_packet_add in libssh2 1.10.0 allows attackers to access out of bounds memory.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-22218"
},
{
"cve": "CVE-2020-24659",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in GnuTLS before 3.6.15. A server can trigger a NULL pointer dereference in a TLS 1.3 client if a no_renegotiation alert is sent with unexpected timing, and then an invalid second handshake occurs. The crash happens in the application\u0027s error handling path, where the gnutls_deinit function is called after detecting a handshake failure.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-24659"
},
{
"cve": "CVE-2020-24977",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "GNOME project libxml2 v2.9.10 has a global buffer over-read vulnerability in xmlEncodeEntitiesInternal at libxml2/entities.c. The issue has been fixed in commit 50f06b3e.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-24977"
},
{
"cve": "CVE-2020-25692",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "A NULL pointer dereference was found in OpenLDAP server and was fixed in openldap 2.4.55, during a request for renaming RDNs. An unauthenticated attacker could remotely crash the slapd process by sending a specially crafted request, causing a Denial of Service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-25692"
},
{
"cve": "CVE-2020-25709",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in OpenLDAP. This flaw allows an attacker who can send a malicious packet to be processed by OpenLDAP\u2019s slapd server, to trigger an assertion failure. The highest threat from this vulnerability is to system availability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-25709"
},
{
"cve": "CVE-2020-25710",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in OpenLDAP in versions before 2.4.56. This flaw allows an attacker who sends a malicious packet processed by OpenLDAP to force a failed assertion in csnNormalize23(). The highest threat from this vulnerability is to system availability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-25710"
},
{
"cve": "CVE-2020-26116",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "http.client in Python 3.x before 3.5.10, 3.6.x before 3.6.12, 3.7.x before 3.7.9, and 3.8.x before 3.8.5 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of HTTPConnection.request.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-26116"
},
{
"cve": "CVE-2020-27618",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The iconv function in the GNU C Library (aka glibc or libc6) 2.32 and earlier, when processing invalid multi-byte input sequences in IBM1364, IBM1371, IBM1388, IBM1390, and IBM1399 encodings, fails to advance the input state, which could lead to an infinite loop in applications, resulting in a denial of service, a different vulnerability from CVE-2016-10228.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-27618"
},
{
"cve": "CVE-2020-28196",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "summary",
"text": "MIT Kerberos 5 (aka krb5) before 1.17.2 and 1.18.x before 1.18.3 allows unbounded recursion via an ASN.1-encoded Kerberos message because the lib/krb5/asn.1/asn1_encode.c support for BER indefinite lengths lacks a recursion limit.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-28196"
},
{
"cve": "CVE-2020-29361",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in p11-kit 0.21.1 through 0.23.21. Multiple integer overflows have been discovered in the array allocations in the p11-kit library and the p11-kit list command, where overflow checks are missing before calling realloc or calloc.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-29361"
},
{
"cve": "CVE-2020-29362",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in p11-kit 0.21.1 through 0.23.21. A heap-based buffer over-read has been discovered in the RPC protocol used by thep11-kit server/remote commands and the client library. When the remote entity supplies a byte array through a serialized PKCS#11 function call, the receiving entity may allow the reading of up to 4 bytes of memory past the heap allocation.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-29362"
},
{
"cve": "CVE-2020-29363",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in p11-kit 0.23.6 through 0.23.21. A heap-based buffer overflow has been discovered in the RPC protocol used by p11-kit server/remote commands and the client library. When the remote entity supplies a serialized byte array in a CK_ATTRIBUTE, the receiving entity may not allocate sufficient length for the buffer to store the deserialized value.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-29363"
},
{
"cve": "CVE-2020-29562",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"category": "summary",
"text": "The iconv function in the GNU C Library (aka glibc or libc6) 2.30 to 2.32, when converting UCS4 text containing an irreversible character, fails an assertion in the code path and aborts the program, potentially resulting in a denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-29562"
},
{
"cve": "CVE-2020-29573",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "sysdeps/i386/ldbl2mpn.c in the GNU C Library (aka glibc or libc6) before 2.23 on x86 targets has a stack-based buffer overflow if the input to any of the printf family of functions is an 80-bit long double with a non-canonical bit pattern, as seen when passing a \\x00\\x04\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x04 value to sprintf. NOTE: the issue does not affect glibc by default in 2016 or later (i.e., 2.23 or later) because of commits made in 2015 for inlining of C99 math functions through use of GCC built-ins. In other words, the reference to 2.23 is intentional despite the mention of \"Fixed for glibc 2.33\" in the 26649 reference.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-29573"
},
{
"cve": "CVE-2020-35525",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In SQlite 3.31.1, a potential null pointer derreference was found in the INTERSEC query processing.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-35525"
},
{
"cve": "CVE-2020-35527",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "In SQLite 3.31.1, there is an out of bounds access problem through ALTER TABLE for views that have a nested FROM clause.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-35527"
},
{
"cve": "CVE-2020-36221",
"cwe": {
"id": "CWE-191",
"name": "Integer Underflow (Wrap or Wraparound)"
},
"notes": [
{
"category": "summary",
"text": "An integer underflow was discovered in OpenLDAP before 2.4.57 leading to slapd crashes in the Certificate Exact Assertion processing, resulting in denial of service (schema_init.c serialNumberAndIssuerCheck).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-36221"
},
{
"cve": "CVE-2020-36222",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"category": "summary",
"text": "A flaw was discovered in OpenLDAP before 2.4.57 leading to an assertion failure in slapd in the saslAuthzTo validation, resulting in denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-36222"
},
{
"cve": "CVE-2020-36223",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "A flaw was discovered in OpenLDAP before 2.4.57 leading to a slapd crash in the Values Return Filter control handling, resulting in denial of service (double free and out-of-bounds read).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-36223"
},
{
"cve": "CVE-2020-36224",
"cwe": {
"id": "CWE-763",
"name": "Release of Invalid Pointer or Reference"
},
"notes": [
{
"category": "summary",
"text": "A flaw was discovered in OpenLDAP before 2.4.57 leading to an invalid pointer free and slapd crash in the saslAuthzTo processing, resulting in denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-36224"
},
{
"cve": "CVE-2020-36225",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "A flaw was discovered in OpenLDAP before 2.4.57 leading to a double free and slapd crash in the saslAuthzTo processing, resulting in denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-36225"
},
{
"cve": "CVE-2020-36226",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "A flaw was discovered in OpenLDAP before 2.4.57 leading to a memch-\u003ebv_len miscalculation and slapd crash in the saslAuthzTo processing, resulting in denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-36226"
},
{
"cve": "CVE-2020-36227",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A flaw was discovered in OpenLDAP before 2.4.57 leading to an infinite loop in slapd with the cancel_extop Cancel operation, resulting in denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-36227"
},
{
"cve": "CVE-2020-36228",
"cwe": {
"id": "CWE-191",
"name": "Integer Underflow (Wrap or Wraparound)"
},
"notes": [
{
"category": "summary",
"text": "An integer underflow was discovered in OpenLDAP before 2.4.57 leading to a slapd crash in the Certificate List Exact Assertion processing, resulting in denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-36228"
},
{
"cve": "CVE-2020-36229",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A flaw was discovered in ldap_X509dn2bv in OpenLDAP before 2.4.57 leading to a slapd crash in the X.509 DN parsing in ad_keystring, resulting in denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-36229"
},
{
"cve": "CVE-2020-36230",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"category": "summary",
"text": "A flaw was discovered in OpenLDAP before 2.4.57 leading in an assertion failure in slapd in the X.509 DN parsing in decode.c ber_next_element, resulting in denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2020-36230"
},
{
"cve": "CVE-2021-3177",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "summary",
"text": "Python 3.x through 3.9.1 has a buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution in certain Python applications that accept floating-point numbers as untrusted input, as demonstrated by a 1e300 argument to c_double.from_param. This occurs because sprintf is used unsafely.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-3177"
},
{
"cve": "CVE-2021-3326",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"category": "summary",
"text": "The iconv function in the GNU C Library (aka glibc or libc6) 2.32 and earlier, when processing invalid input sequences in the ISO-2022-JP-3 encoding, fails an assertion in the code path and aborts the program, potentially resulting in a denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-3326"
},
{
"cve": "CVE-2021-3426",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "There\u0027s a flaw in Python 3\u0027s pydoc. A local or adjacent attacker who discovers or is able to convince another local or adjacent user to start a pydoc server could access the server and use it to disclose sensitive information belonging to the other user that they would not normally be able to access. The highest risk of this flaw is to data confidentiality. This flaw affects Python versions before 3.8.9, Python versions before 3.9.3 and Python versions before 3.10.0a7.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-3426"
},
{
"cve": "CVE-2021-3516",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "There\u0027s a flaw in libxml2\u0027s xmllint in versions before 2.9.11. An attacker who is able to submit a crafted file to be processed by xmllint could trigger a use-after-free. The greatest impact of this flaw is to confidentiality, integrity, and availability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-3516"
},
{
"cve": "CVE-2021-3517",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "There is a flaw in the xml entity encoding functionality of libxml2 in versions before 2.9.11. An attacker who is able to supply a crafted file to be processed by an application linked with the affected functionality of libxml2 could trigger an out-of-bounds read. The most likely impact of this flaw is to application availability, with some potential impact to confidentiality and integrity if an attacker is able to use memory information to further exploit the application.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-3517"
},
{
"cve": "CVE-2021-3518",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "There\u0027s a flaw in libxml2 in versions before 2.9.11. An attacker who is able to submit a crafted file to be processed by an application linked with libxml2 could trigger a use-after-free. The greatest impact from this flaw is to confidentiality, integrity, and availability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-3518"
},
{
"cve": "CVE-2021-3520",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "There\u0027s a flaw in lz4. An attacker who submits a crafted file to an application linked with lz4 may be able to trigger an integer overflow, leading to calling of memmove() on a negative size argument, causing an out-of-bounds write and/or a crash. The greatest impact of this flaw is to availability, with some potential impact to confidentiality and integrity as well.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-3520"
},
{
"cve": "CVE-2021-3537",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability found in libxml2 in versions before 2.9.11 shows that it did not propagate errors while parsing XML mixed content, causing a NULL dereference. If an untrusted XML document was parsed in recovery mode and post-validated, the flaw could be used to crash the application. The highest threat from this vulnerability is to system availability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-3537"
},
{
"cve": "CVE-2021-3541",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in libxml2. Exponential entity expansion attack its possible bypassing all existing protection mechanisms and leading to denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-3541"
},
{
"cve": "CVE-2021-3580",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the way nettle\u0027s RSA decryption functions handled specially crafted ciphertext. An attacker could use this flaw to provide a manipulated ciphertext leading to application crash and denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-3580"
},
{
"cve": "CVE-2021-3733",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "There\u0027s a flaw in urllib\u0027s AbstractBasicAuthHandler class. An attacker who controls a malicious HTTP server that an HTTP client (such as web browser) connects to, could trigger a Regular Expression Denial of Service (ReDOS) during an authentication request with a specially crafted payload that is sent by the server to the client. The greatest threat that this flaw poses is to application availability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-3733"
},
{
"cve": "CVE-2021-3737",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in python. An improperly handled HTTP response in the HTTP client code of python may allow a remote attacker, who controls the HTTP server, to make the client script enter an infinite loop, consuming CPU time. The highest threat from this vulnerability is to system availability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-3737"
},
{
"cve": "CVE-2021-3826",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "Heap/stack buffer overflow in the dlang_lname function in d-demangle.c in libiberty allows attackers to potentially cause a denial of service (segmentation fault and crash) via a crafted mangled symbol.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-3826"
},
{
"cve": "CVE-2021-3997",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in systemd. An uncontrolled recursion in systemd-tmpfiles may lead to a denial of service at boot time when too many nested directories are created in /tmp.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-3997"
},
{
"cve": "CVE-2021-3998",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in glibc. The realpath() function can mistakenly return an unexpected value, potentially leading to information leakage and disclosure of sensitive data.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-3998"
},
{
"cve": "CVE-2021-3999",
"cwe": {
"id": "CWE-193",
"name": "Off-by-one Error"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in glibc. An off-by-one buffer overflow and underflow in getcwd() may lead to memory corruption when the size of the buffer is exactly 1. A local attacker who can control the input buffer and size passed to getcwd() in a setuid program could use this flaw to potentially execute arbitrary code and escalate their privileges on the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-3999"
},
{
"cve": "CVE-2021-4122",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"notes": [
{
"category": "summary",
"text": "It was found that a specially crafted LUKS header could trick cryptsetup into disabling encryption during the recovery of the device. An attacker with physical access to the medium, such as a flash disk, could use this flaw to force a user into permanently disabling the encryption layer of that medium.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-4122"
},
{
"cve": "CVE-2021-4189",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in Python, specifically in the FTP (File Transfer Protocol) client library in PASV (passive) mode. The issue is how the FTP client trusts the host from the PASV response by default. This flaw allows an attacker to set up a malicious FTP server that can trick FTP clients into connecting back to a given IP address and port. This vulnerability could lead to FTP client scanning ports, which otherwise would not have been possible.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-4189"
},
{
"cve": "CVE-2021-4209",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "A NULL pointer dereference flaw was found in GnuTLS. As Nettle\u0027s hash update functions internally call memcpy, providing zero-length input may cause undefined behavior. This flaw leads to a denial of service after authentication in rare circumstances.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-4209"
},
{
"cve": "CVE-2021-20193",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the src/list.c of tar 1.33 and earlier. This flaw allows an attacker who can submit a crafted input file to tar to cause uncontrolled consumption of memory. The highest threat from this vulnerability is to system availability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-20193"
},
{
"cve": "CVE-2021-20227",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in SQLite\u0027s SELECT query functionality (src/select.c). This flaw allows an attacker who is capable of running SQL queries locally on the SQLite database to cause a denial of service or possible code execution by triggering a use-after-free. The highest threat from this vulnerability is to system availability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-20227"
},
{
"cve": "CVE-2021-20231",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in gnutls. A use after free issue in client sending key_share extension may lead to memory corruption and other consequences.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-20231"
},
{
"cve": "CVE-2021-20232",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in gnutls. A use after free issue in client_send_params in lib/ext/pre_shared_key.c may lead to memory corruption and other potential consequences.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-20232"
},
{
"cve": "CVE-2021-20305",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in Nettle in versions before 3.7.2, where several Nettle signature verification functions (GOST DSA, EDDSA \u0026 ECDSA) result in the Elliptic Curve Cryptography point (ECC) multiply function being called with out-of-range scalers, possibly resulting in incorrect results. This flaw allows an attacker to force an invalid signature, causing an assertion failure or possible validation. The highest threat to this vulnerability is to confidentiality, integrity, as well as system availability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-20305"
},
{
"cve": "CVE-2021-22876",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "curl 7.1.1 to and including 7.75.0 is vulnerable to an \"Exposure of Private Personal Information to an Unauthorized Actor\" by leaking credentials in the HTTP Referer: header. libcurl does not strip off user credentials from the URL when automatically populating the Referer: HTTP request header field in outgoing HTTP requests, and therefore risks leaking sensitive data to the server that is the target of the second HTTP request.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-22876"
},
{
"cve": "CVE-2021-22890",
"cwe": {
"id": "CWE-290",
"name": "Authentication Bypass by Spoofing"
},
"notes": [
{
"category": "summary",
"text": "curl 7.63.0 to and including 7.75.0 includes vulnerability that allows a malicious HTTPS proxy to MITM a connection due to bad handling of TLS 1.3 session tickets. When using a HTTPS proxy and TLS 1.3, libcurl can confuse session tickets arriving from the HTTPS proxy but work as if they arrived from the remote server and then wrongly \"short-cut\" the host handshake. When confusing the tickets, a HTTPS proxy can trick libcurl to use the wrong session ticket resume for the host and thereby circumvent the server TLS certificate check and make a MITM attack to be possible to perform unnoticed. Note that such a malicious HTTPS proxy needs to provide a certificate that curl will accept for the MITMed server for an attack to work - unless curl has been told to ignore the server certificate check.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-22890"
},
{
"cve": "CVE-2021-22897",
"cwe": {
"id": "CWE-668",
"name": "Exposure of Resource to Wrong Sphere"
},
"notes": [
{
"category": "summary",
"text": "curl 7.61.0 through 7.76.1 suffers from exposure of data element to wrong session due to a mistake in the code for CURLOPT_SSL_CIPHER_LIST when libcurl is built to use the Schannel TLS library. The selected cipher set was stored in a single \"static\" variable in the library, which has the surprising side-effect that if an application sets up multiple concurrent transfers, the last one that sets the ciphers will accidentally control the set used by all transfers. In a worst-case scenario, this weakens transport security significantly.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-22897"
},
{
"cve": "CVE-2021-22898",
"cwe": {
"id": "CWE-909",
"name": "Missing Initialization of Resource"
},
"notes": [
{
"category": "summary",
"text": "**NOTE: CVE-2021-22898 is an incomplete fix (see https://hackerone.com/reports/1223882)! Check if affected products also have fixed CVE-22925 instead! Do not use CVE-2021-22898 in public advisories!**\r\n\r\ncurl 7.7 through 7.76.1 suffers from an information disclosure when the `-t` command line option, known as `CURLOPT_TELNETOPTIONS` in libcurl, is used to send variable=content pairs to TELNET servers. Due to a flaw in the option parser for sending NEW_ENV variables, libcurl could be made to pass on uninitialized data from a stack based buffer to the server, resulting in potentially revealing sensitive internal information to the server using a clear-text network protocol.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-22898"
},
{
"cve": "CVE-2021-22901",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "curl 7.75.0 through 7.76.1 suffers from a use-after-free vulnerability resulting in already freed memory being used when a TLS 1.3 session ticket arrives over a connection. A malicious server can use this in rare unfortunate circumstances to potentially reach remote code execution in the client. When libcurl at run-time sets up support for TLS 1.3 session tickets on a connection using OpenSSL, it stores pointers to the transfer in-memory object for later retrieval when a session ticket arrives. If the connection is used by multiple transfers (like with a reused HTTP/1.1 connection or multiplexed HTTP/2 connection) that first transfer object might be freed before the new session is established on that connection and then the function will access a memory buffer that might be freed. When using that memory, libcurl might even call a function pointer in the object, making it possible for a remote code execution if the server could somehow manage to get crafted memory content into the correct place in memory.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-22901"
},
{
"cve": "CVE-2021-22922",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"notes": [
{
"category": "summary",
"text": "When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided in the metalink XML file.The metalink XML file points out to the client how to get the same contentfrom a set of different URLs, potentially hosted by different servers and theclient can then download the file from one or several of them. In a serial orparallel manner.If one of the servers hosting the contents has been breached and the contentsof the specific file on that server is replaced with a modified payload, curlshould detect this when the hash of the file mismatches after a completeddownload. It should remove the contents and instead try getting the contentsfrom another URL. This is not done, and instead such a hash mismatch is onlymentioned in text and the potentially malicious content is kept in the file ondisk.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-22922"
},
{
"cve": "CVE-2021-22923",
"cwe": {
"id": "CWE-522",
"name": "Insufficiently Protected Credentials"
},
"notes": [
{
"category": "summary",
"text": "When curl is instructed to get content using the metalink feature, and a user name and password are used to download the metalink XML file, those same credentials are then subsequently passed on to each of the servers from which curl will download or try to download the contents from. Often contrary to the user\u0027s expectations and intentions and without telling the user it happened.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-22923"
},
{
"cve": "CVE-2021-22924",
"cwe": {
"id": "CWE-706",
"name": "Use of Incorrectly-Resolved Name or Reference"
},
"notes": [
{
"category": "summary",
"text": "libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse, if one of them matches the setup. Due to errors in the logic, the config matching function did not take \u0027issuercert\u0027 into account and it compared the involved paths *case insensitively*, which could lead to libcurl reusing wrong connections. File paths are, or can be, case sensitive on many systems but not all, and can even vary depending on used file systems. The comparison also didn\u0027t include the \u0027issuer cert\u0027 which a transfer can set to qualify how to verify the server certificate.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-22924"
},
{
"cve": "CVE-2021-22925",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"notes": [
{
"category": "summary",
"text": "curl supports the `-t` command line option, known as `CURLOPT_TELNETOPTIONS` in libcurl. This rarely used option is used to send variable=content pairs to TELNET servers. Due to flaw in the option parser for sending `NEW_ENV` variables, libcurl could be made to pass on uninitialized data from a stack based buffer to the server. Therefore potentially revealing sensitive internal information to the server using a clear-text network protocol. This could happen because curl did not call and use sscanf() correctly when parsing the string provided by the application.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-22925"
},
{
"cve": "CVE-2021-22926",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "libcurl-using applications can ask for a specific client certificate to be used in a transfer. This is done with the `CURLOPT_SSLCERT` option (`--cert` with the command line tool).When libcurl is built to use the macOS native TLS library Secure Transport, an application can ask for the client certificate by name or with a file name - using the same option. If the name exists as a file, it will be used instead of by name.If the appliction runs with a current working directory that is writable by other users (like `/tmp`), a malicious user can create a file name with the same name as the app wants to use by name, and thereby trick the application to use the file based cert instead of the one referred to by name making libcurl send the wrong client certificate in the TLS connection handshake.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-22926"
},
{
"cve": "CVE-2021-22945",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "When sending data to an MQTT server, libcurl \u003c= 7.73.0 and 7.78.0 could in some circumstances erroneously keep a pointer to an already freed memory area and both use that again in a subsequent call to send data and also free it *again*.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-22945"
},
{
"cve": "CVE-2021-22946",
"cwe": {
"id": "CWE-319",
"name": "Cleartext Transmission of Sensitive Information"
},
"notes": [
{
"category": "summary",
"text": "A user can tell curl \u003e= 7.20.0 and \u003c= 7.78.0 to require a successful upgrade to TLS when speaking to an IMAP, POP3 or FTP server (`--ssl-reqd` on the command line or`CURLOPT_USE_SSL` set to `CURLUSESSL_CONTROL` or `CURLUSESSL_ALL` withlibcurl). This requirement could be bypassed if the server would return a properly crafted but perfectly legitimate response.This flaw would then make curl silently continue its operations **withoutTLS** contrary to the instructions and expectations, exposing possibly sensitive data in clear text over the network.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-22946"
},
{
"cve": "CVE-2021-22947",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"notes": [
{
"category": "summary",
"text": "When curl \u003e= 7.20.0 and \u003c= 7.78.0 connects to an IMAP or POP3 server to retrieve data using STARTTLS to upgrade to TLS security, the server can respond and send back multiple responses at once that curl caches. curl would then upgrade to TLS but not flush the in-queue of cached responses but instead continue using and trustingthe responses it got *before* the TLS handshake as if they were authenticated.Using this flaw, it allows a Man-In-The-Middle attacker to first inject the fake responses, then pass-through the TLS traffic from the legitimate server and trick curl into sending data back to the user thinking the attacker\u0027s injected data comes from the TLS-protected server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-22947"
},
{
"cve": "CVE-2021-23336",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H/E:P/RL:U/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-23336"
},
{
"cve": "CVE-2021-27212",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"category": "summary",
"text": "In OpenLDAP through 2.4.57 and 2.5.x through 2.5.1alpha, an assertion failure in slapd can occur in the issuerAndThisUpdateCheck function via a crafted packet, resulting in a denial of service (daemon exit) via a short timestamp. This is related to schema_init.c and checkTime.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-27212"
},
{
"cve": "CVE-2021-27218",
"cwe": {
"id": "CWE-681",
"name": "Incorrect Conversion between Numeric Types"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in GNOME GLib before 2.66.7 and 2.67.x before 2.67.4. If g_byte_array_new_take() was called with a buffer of 4GB or more on a 64-bit platform, the length would be truncated modulo 2**32, causing unintended length truncation.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-27218"
},
{
"cve": "CVE-2021-27219",
"cwe": {
"id": "CWE-681",
"name": "Incorrect Conversion between Numeric Types"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in GNOME GLib before 2.66.6 and 2.67.x before 2.67.3. The function g_bytes_new has an integer overflow on 64-bit platforms due to an implicit cast from 64 bits to 32 bits. The overflow could potentially lead to memory corruption.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-27219"
},
{
"cve": "CVE-2021-27645",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "The nameserver caching daemon (nscd) in the GNU C Library (aka glibc or libc6) 2.29 through 2.33, when processing a request for netgroup lookup, may crash due to a double-free, potentially resulting in degraded service or Denial of Service on the local system. This is related to netgroupcache.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-27645"
},
{
"cve": "CVE-2021-28041",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "ssh-agent in OpenSSH before 8.5 has a double free that may be relevant in a few less-common scenarios, such as unconstrained agent-socket access on a legacy operating system, or the forwarding of an agent to an attacker-controlled host.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-28041"
},
{
"cve": "CVE-2021-28153",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in GNOME GLib before 2.66.8. When g_file_replace() is used with G_FILE_CREATE_REPLACE_DESTINATION to replace a path that is a dangling symlink, it incorrectly also creates the target of the symlink as an empty file, which could conceivably have security relevance if the symlink is attacker-controlled. (If the path is a symlink to a file that already exists, then the contents of that file correctly remain unchanged.)",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-28153"
},
{
"cve": "CVE-2021-28363",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "The urllib3 library 1.26.x before 1.26.4 for Python omits SSL certificate validation in some cases involving HTTPS to HTTPS proxies. The initial connection to the HTTPS proxy (if an SSLContext isn\u0027t given via proxy_config) doesn\u0027t verify the hostname of the certificate. This means certificates for different servers that still validate properly with the default urllib3 SSLContext will be silently accepted.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-28363"
},
{
"cve": "CVE-2021-28861",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"notes": [
{
"category": "summary",
"text": "Python 3.x through 3.10 has an open redirection vulnerability in lib/http/server.py due to no protection against multiple (/) at the beginning of URI path which may leads to information disclosure. NOTE: this is disputed by a third party because the http.server.html documentation page states \"Warning: http.server is not recommended for production. It only implements basic security checks.\"",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-28861"
},
{
"cve": "CVE-2021-31239",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "An issue found in SQLite SQLite3 v.3.35.4 that could allow a remote attacker to cause a denial of service via the appendvfs.c function.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-31239"
},
{
"cve": "CVE-2021-32292",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in json-c from 20200420 (post 0.14 unreleased code) through 0.15-20200726. A stack-buffer-overflow exists in the auxiliary sample program json_parse which is located in the function parseit.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-32292"
},
{
"cve": "CVE-2021-33294",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In elfutils 0.183, an infinite loop was found in the function handle_symtab in readelf.c .Which allows attackers to cause a denial of service (infinite loop) via crafted file.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-33294"
},
{
"cve": "CVE-2021-33560",
"cwe": {
"id": "CWE-203",
"name": "Observable Discrepancy"
},
"notes": [
{
"category": "summary",
"text": "Libgcrypt before 1.8.8 and 1.9.x before 1.9.3 mishandles ElGamal encryption because it lacks exponent blinding to address a side-channel attack against mpi_powm, and the window size is not chosen appropriately. This, for example, affects use of ElGamal in OpenPGP.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-33560"
},
{
"cve": "CVE-2021-33574",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "The mq_notify function in the GNU C Library (aka glibc) versions 2.32 and 2.33 has a use-after-free. It may use the notification thread attributes object (passed through its struct sigevent parameter) after it has been freed by the caller, leading to a denial of service (application crash) or possibly unspecified other impact.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-33574"
},
{
"cve": "CVE-2021-33910",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "The use of alloca function with an uncontrolled size in function unit_name_path_escape allows a local attacker, able to mount a filesystem on a very long path, to crash systemd and the whole system by allocating a very large space in the stack.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-33910"
},
{
"cve": "CVE-2021-35942",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "The wordexp function in the GNU C Library (aka glibc) through 2.33 may crash or read arbitrary memory in parse_param (in posix/wordexp.c) when called with an untrusted, crafted pattern, potentially resulting in a denial of service or disclosure of information. This occurs because atoi was used but strtoul should have been used to ensure correct calculations.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-35942"
},
{
"cve": "CVE-2021-36084",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "The CIL compiler in SELinux 3.2 has a use-after-free in __cil_verify_classperms (called from __cil_verify_classpermission and __cil_pre_verify_helper).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-36084"
},
{
"cve": "CVE-2021-36085",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "The CIL compiler in SELinux 3.2 has a use-after-free in __cil_verify_classperms (called from __verify_map_perm_classperms and hashtab_map).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-36085"
},
{
"cve": "CVE-2021-36086",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "The CIL compiler in SELinux 3.2 has a use-after-free in cil_reset_classpermission (called from cil_reset_classperms_set and cil_reset_classperms_list).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-36086"
},
{
"cve": "CVE-2021-36087",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "The CIL compiler in SELinux 3.2 has a heap-based buffer over-read in ebitmap_match_any (called indirectly from cil_check_neverallow). This occurs because there is sometimes a lack of checks for invalid statements in an optional block.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-36087"
},
{
"cve": "CVE-2021-36222",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "ec_verify in kdc/kdc_preauth_ec.c in the Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) before 1.18.4 and 1.19.x before 1.19.2 allows remote attackers to cause a NULL pointer dereference and daemon crash. This occurs because a return value is not properly managed in a certain situation.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-36222"
},
{
"cve": "CVE-2021-36690",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "A segmentation fault can occur in the sqlite3.exe command-line component of SQLite 3.36.0 via the idxGetTableInfo function when there is a crafted SQL query. NOTE: the vendor disputes the relevance of this report because a sqlite3.exe user already has full privileges (e.g., is intentionally allowed to execute commands). This report does NOT imply any problem in the SQLite library.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-36690"
},
{
"cve": "CVE-2021-37600",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "An integer overflow in util-linux through 2.37.1 can potentially cause a buffer overflow if an attacker were able to use system resources in a way that leads to a large number in the /proc/sysvipc/sem file. NOTE: this is unexploitable in GNU C Library environments, and possibly in all realistic environments",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "mitigation",
"details": "For earlier versions see the recommendations from section Workarounds and Mitigations",
"product_ids": [
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-37600"
},
{
"cve": "CVE-2021-37750",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "The Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) before 1.18.5 and 1.19.x before 1.19.3 has a NULL pointer dereference in kdc/do_tgs_req.c via a FAST inner body that lacks a server field.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "mitigation",
"details": "For earlier versions see the recommendations from section Workarounds and Mitigations",
"product_ids": [
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-37750"
},
{
"cve": "CVE-2021-38604",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In librt in the GNU C Library (aka glibc) through 2.34, sysdeps/unix/sysv/linux/mq_notify.c mishandles certain NOTIFY_REMOVED data, leading to a NULL pointer dereference. NOTE: this vulnerability was introduced as a side effect of the CVE-2021-33574 fix.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-38604"
},
{
"cve": "CVE-2021-43396",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "** DISPUTED ** In iconvdata/iso-2022-jp-3.c in the GNU C Library (aka glibc) 2.34, remote attackers can force iconv() to emit a spurious \u0027\\0\u0027 character via crafted ISO-2022-JP-3 data that is accompanied by an internal state reset. This may affect data integrity in certain iconv() use cases. NOTE: the vendor states \"the bug cannot be invoked through user input and requires iconv to be invoked with a NULL inbuf, which ought to require a separate application bug to do so unintentionally. Hence there\u0027s no security impact to the bug.\"",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-43396"
},
{
"cve": "CVE-2021-43618",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "GNU Multiple Precision Arithmetic Library (GMP) through 6.2.1 has an mpz/inp_raw.c integer overflow and resultant buffer overflow via crafted input, leading to a segmentation fault on 32-bit platforms.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-43618"
},
{
"cve": "CVE-2021-44879",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In gc_data_segment in fs/f2fs/gc.c in the Linux kernel before 5.16.3, special files are not considered, leading to a move_data_page NULL pointer dereference.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-44879"
},
{
"cve": "CVE-2021-45960",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "In Expat (aka libexpat) before 2.4.3, a left shift by 29 (or more) places in the storeAtts function in xmlparse.c can lead to realloc misbehavior (e.g., allocating too few bytes, or only freeing memory).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-45960"
},
{
"cve": "CVE-2021-46143",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "In doProlog in xmlparse.c in Expat (aka libexpat) before 2.4.3, an integer overflow exists for m_groupSize.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-46143"
},
{
"cve": "CVE-2021-46195",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "summary",
"text": "GCC v12.0 was discovered to contain an uncontrolled recursion via the component libiberty/rust-demangle.c. This vulnerability allows attackers to cause a Denial of Service (DoS) by consuming excessive CPU and memory resources.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-46195"
},
{
"cve": "CVE-2021-46828",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "In libtirpc before 1.3.3rc1, remote attackers could exhaust the file descriptors of a process that uses libtirpc because idle TCP connections are mishandled. This can, in turn, lead to an svc_run infinite loop without accepting new connections.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-46828"
},
{
"cve": "CVE-2021-46848",
"cwe": {
"id": "CWE-193",
"name": "Off-by-one Error"
},
"notes": [
{
"category": "summary",
"text": "GNU Libtasn1 before 4.19.0 has an ETYPE_OK off-by-one array size check that affects asn1_encode_simple_der.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2021-46848"
},
{
"cve": "CVE-2022-0391",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in Python, specifically within the urllib.parse module. This module helps break Uniform Resource Locator (URL) strings into components. The issue involves how the urlparse method does not sanitize input and allows characters like \u0027\\r\u0027 and \u0027\\n\u0027 in the URL path. This flaw allows an attacker to input a crafted URL, leading to injection attacks. This flaw affects Python versions prior to 3.10.0b1, 3.9.5, 3.8.11, 3.7.11 and 3.6.14.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-0391"
},
{
"cve": "CVE-2022-0563",
"cwe": {
"id": "CWE-209",
"name": "Generation of Error Message Containing Sensitive Information"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the util-linux chfn and chsh utilities when compiled with Readline support. The Readline library uses an \"INPUTRC\" environment variable to get a path to the library config file. When the library cannot parse the specified file, it prints an error message containing data from the file. This flaw allows an unprivileged user to read root-owned files, potentially leading to privilege escalation. This flaw affects util-linux versions prior to 2.37.4.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-0563"
},
{
"cve": "CVE-2022-0778",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The BN_mod_sqrt() function in openSSL, which computes a modular square root, contains a bug that can cause it to loop forever for non-prime moduli. Internally this function is used when parsing certificates that contain elliptic curve public keys in compressed form or explicit elliptic curve parameters with a base point encoded in compressed form. It is possible to trigger the infinite loop by crafting a certificate that has invalid explicit curve parameters. Since certificate parsing happens prior to verification of the certificate signature, any process that parses an externally supplied certificate may thus be subject to a denial of service attack. The infinite loop can also be reached when parsing crafted private keys as they can contain explicit elliptic curve parameters.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-0778"
},
{
"cve": "CVE-2022-1271",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "An arbitrary file write vulnerability was found in GNU gzip\u0027s zgrep utility. When zgrep is applied on the attacker\u0027s chosen file name (for example, a crafted file name), this can overwrite an attacker\u0027s content to an arbitrary attacker-selected file. This flaw occurs due to insufficient validation when processing filenames with two or more newlines where selected content and the target file names are embedded in crafted multi-line file names. This flaw allows a remote, low privileged attacker to force zgrep to write arbitrary files on the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-1271"
},
{
"cve": "CVE-2022-1292",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The c_rehash script does not properly sanitise shell metacharacters to prevent command injection.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-1292"
},
{
"cve": "CVE-2022-1304",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An out-of-bounds read/write vulnerability was found in e2fsprogs 1.46.5. This issue leads to a segmentation fault and possibly arbitrary code execution via a specially crafted filesystem.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-1304"
},
{
"cve": "CVE-2022-1343",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "Under certain circumstances, the command line OCSP verify function reports successful verification when the verification in fact failed. In this case the incorrect successful response will also be accompanied by error messages showing the failure and contradicting the apparently successful result.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-1343"
},
{
"cve": "CVE-2022-1434",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"notes": [
{
"category": "summary",
"text": "When using the RC4-MD5 ciphersuite, which is disabled by default, an attacker is able to modify data in transit due to an incorrect use of the AAD data as the MAC key in OpenSSL 3.0. An attacker is not able to decrypt any communication.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-1434"
},
{
"cve": "CVE-2022-1473",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "summary",
"text": "The used OpenSSL version improperly reuses memory when decoding certificates or keys. This can lead to a process termination and Denial of Service for long lived processes.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-1473"
},
{
"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": "summary",
"text": "In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-2068"
},
{
"cve": "CVE-2022-2097",
"cwe": {
"id": "CWE-326",
"name": "Inadequate Encryption Strength"
},
"notes": [
{
"category": "summary",
"text": "AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was preexisting in the memory that wasn\u0027t written. In the special case of \"in place\" encryption, sixteen bytes of the plaintext would be revealed. Since OpenSSL does not support OCB based cipher suites for TLS and DTLS, they are both unaffected.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-2097"
},
{
"cve": "CVE-2022-2274",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "The OpenSSL 3.0.4 release introduced a serious bug in the RSA implementation for X86_64 CPUs supporting the AVX512IFMA instructions. This issue makes the RSA implementation with 2048 bit private keys incorrect on such machines and memory corruption will happen during the computation. As a consequence of the memory corruption an attacker may be able to trigger a remote code execution on the machine performing the computation. SSL/TLS servers or other servers using 2048 bit RSA private keys running on machines supporting AVX512IFMA instructions of the X86_64 architecture are affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-2274"
},
{
"cve": "CVE-2022-2509",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability found in gnutls. This security flaw happens because of a double free error occurs during verification of pkcs7 signatures in gnutls_pkcs7_verify function.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-2509"
},
{
"cve": "CVE-2022-3715",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the bash package, where a heap-buffer overflow can occur in valid parameter_transform. This issue may lead to memory problems.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-3715"
},
{
"cve": "CVE-2022-3821",
"cwe": {
"id": "CWE-193",
"name": "Off-by-one Error"
},
"notes": [
{
"category": "summary",
"text": "An off-by-one Error issue was discovered in Systemd in format_timespan() function of time-util.c. An attacker could supply specific values for time and accuracy that leads to buffer overrun in format_timespan(), leading to a Denial of Service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-3821"
},
{
"cve": "CVE-2022-4304",
"cwe": {
"id": "CWE-326",
"name": "Inadequate Encryption Strength"
},
"notes": [
{
"category": "summary",
"text": "A timing based side channel exists in the OpenSSL RSA Decryption implementation which could be sufficient to recover a plaintext across a network in a Bleichenbacher style attack. To achieve a successful decryption an attacker would have to be able to send a very large number of trial messages for decryption. The vulnerability affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP and RSASVE. For example, in a TLS connection, RSA is commonly used by a client to send an encrypted pre-master secret to the server. An attacker that had observed a genuine connection between a client and a server could use this flaw to send trial messages to the server and record the time taken to process them. After a sufficiently large number of messages the attacker could recover the pre-master secret used for the original connection and thus be able to decrypt the application data sent over that connection.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Disable the use of RSA ciphers in the web server configuration; note that RSA ciphers are disabled by default",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-4304"
},
{
"cve": "CVE-2022-4450",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the \"name\" (e.g. \"CERTIFICATE\"), any header data and the payload data. If the function succeeds then the \"name_out\", \"header\" and \"data\" arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. It is possible to construct a PEM file that results in 0 bytes of payload data. In this case PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a buffer that has already been freed. If the caller also frees this buffer then a double free will occur. This will most likely lead to a crash. This could be exploited by an attacker who has the ability to supply malicious PEM files for parsing to achieve a denial of service attack. The functions PEM_read_bio() and PEM_read() are simple wrappers around PEM_read_bio_ex() and therefore these functions are also directly affected. These functions are also called indirectly by a number of other OpenSSL functions including PEM_X509_INFO_read_bio_ex() and SSL_CTX_use_serverinfo_file() which are also vulnerable. Some OpenSSL internal uses of these functions are not vulnerable because the caller does not free the header argument if PEM_read_bio_ex() returns a failure code. These locations include the PEM_read_bio_TYPE() functions as well as the decoders introduced in OpenSSL 3.0. The OpenSSL asn1parse command line application is also impacted by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Do not import or configure certificate files in PEM format from untrusted sources",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-4450"
},
{
"cve": "CVE-2022-22576",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "summary",
"text": "An improper authentication vulnerability exists in curl 7.33.0 to and including 7.82.0 which might allow reuse OAUTH2-authenticated connections without properly making sure that the connection was authenticated with the same credentials as set for this transfer. This affects SASL-enabled protocols: SMPTP(S), IMAP(S), POP3(S) and LDAP(S) (openldap only).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-22576"
},
{
"cve": "CVE-2022-22822",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "addBinding in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-22822"
},
{
"cve": "CVE-2022-22823",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "build_model in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-22823"
},
{
"cve": "CVE-2022-22824",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "defineAttribute in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-22824"
},
{
"cve": "CVE-2022-22825",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "lookup in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-22825"
},
{
"cve": "CVE-2022-22826",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "nextScaffoldPart in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-22826"
},
{
"cve": "CVE-2022-22827",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "storeAtts in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-22827"
},
{
"cve": "CVE-2022-23218",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The deprecated compatibility function svcunix_create in the sunrpc module of the GNU C Library (aka glibc) through 2.34 copies its path argument on the stack without validating its length, which may result in a buffer overflow, potentially resulting in a denial of service or (if an application is not built with a stack protector enabled) arbitrary code execution.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-23218"
},
{
"cve": "CVE-2022-23219",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The deprecated compatibility function clnt_create in the sunrpc module of the GNU C Library (aka glibc) through 2.34 copies its hostname argument on the stack without validating its length, which may result in a buffer overflow, potentially resulting in a denial of service or (if an application is not built with a stack protector enabled) arbitrary code execution.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-23219"
},
{
"cve": "CVE-2022-23308",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "valid.c in libxml2 before 2.9.13 has a use-after-free of ID and IDREF attributes.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-23308"
},
{
"cve": "CVE-2022-23852",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "Expat (aka libexpat) before 2.4.4 has a signed integer overflow in XML_GetBuffer, for configurations with a nonzero XML_CONTEXT_BYTES.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-23852"
},
{
"cve": "CVE-2022-23990",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "Expat (aka libexpat) before 2.4.4 has an integer overflow in the doProlog function.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-23990"
},
{
"cve": "CVE-2022-24407",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In Cyrus SASL 2.1.17 through 2.1.27 before 2.1.28, plugins/sql.c does not escape the password for a SQL INSERT or UPDATE statement.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-24407"
},
{
"cve": "CVE-2022-25235",
"cwe": {
"id": "CWE-116",
"name": "Improper Encoding or Escaping of Output"
},
"notes": [
{
"category": "summary",
"text": "xmltok_impl.c in Expat (aka libexpat) before 2.4.5 lacks certain validation of encoding, such as checks for whether a UTF-8 character is valid in a certain context.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-25235"
},
{
"cve": "CVE-2022-25236",
"cwe": {
"id": "CWE-668",
"name": "Exposure of Resource to Wrong Sphere"
},
"notes": [
{
"category": "summary",
"text": "xmlparse.c in Expat (aka libexpat) before 2.4.5 allows attackers to insert namespace-separator characters into namespace URIs.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-25236"
},
{
"cve": "CVE-2022-25313",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "In Expat (aka libexpat) before 2.4.5, an attacker can trigger stack exhaustion in build_model via a large nesting depth in the DTD element.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-25313"
},
{
"cve": "CVE-2022-25314",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "In Expat (aka libexpat) before 2.4.5, there is an integer overflow in copyString.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-25314"
},
{
"cve": "CVE-2022-25315",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "In Expat (aka libexpat) before 2.4.5, there is an integer overflow in storeRawNames.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-25315"
},
{
"cve": "CVE-2022-26488",
"cwe": {
"id": "CWE-426",
"name": "Untrusted Search Path"
},
"notes": [
{
"category": "summary",
"text": "In Python before 3.10.3 on Windows, local users can gain privileges because the search path is inadequately secured. The installer may allow a local attacker to add user-writable directories to the system search path. To exploit, an administrator must have installed Python for all users and enabled PATH entries. A non-administrative user can trigger a repair that incorrectly adds user-writable paths into PATH, enabling search-path hijacking of other users and system services. This affects Python (CPython) through 3.7.12, 3.8.x through 3.8.12, 3.9.x through 3.9.10, and 3.10.x through 3.10.2.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-26488"
},
{
"cve": "CVE-2022-27774",
"cwe": {
"id": "CWE-522",
"name": "Insufficiently Protected Credentials"
},
"notes": [
{
"category": "summary",
"text": "An insufficiently protected credentials vulnerability exists in curl 4.9 to and include curl 7.82.0 are affected that could allow an attacker to extract credentials when follows HTTP(S) redirects is used with authentication could leak credentials to other services that exist on different protocols or port numbers.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-27774"
},
{
"cve": "CVE-2022-27775",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "An information disclosure vulnerability exists in curl 7.65.0 to 7.82.0 are vulnerable that by using an IPv6 address that was in the connection pool but with a different zone id it could reuse a connection instead.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-27775"
},
{
"cve": "CVE-2022-27776",
"cwe": {
"id": "CWE-522",
"name": "Insufficiently Protected Credentials"
},
"notes": [
{
"category": "summary",
"text": "A insufficiently protected credentials vulnerability in fixed in curl 7.83.0 might leak authentication or cookie header data on HTTP redirects to the same host but another port number.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-27776"
},
{
"cve": "CVE-2022-27778",
"cwe": {
"id": "CWE-706",
"name": "Use of Incorrectly-Resolved Name or Reference"
},
"notes": [
{
"category": "summary",
"text": "A use of incorrectly resolved name vulnerability fixed in 7.83.1 might remove the wrong file when `--no-clobber` is used together with `--remove-on-error`.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-27778"
},
{
"cve": "CVE-2022-27779",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "libcurl wrongly allows cookies to be set for Top Level Domains (TLDs) if thehost name is provided with a trailing dot.curl can be told to receive and send cookies. curl\u0027s \"cookie engine\" can bebuilt with or without [Public Suffix List](https://publicsuffix.org/)awareness. If PSL support not provided, a more rudimentary check exists to atleast prevent cookies from being set on TLDs. This check was broken if thehost name in the URL uses a trailing dot.This can allow arbitrary sites to set cookies that then would get sent to adifferent and unrelated site or domain.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-27779"
},
{
"cve": "CVE-2022-27780",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"notes": [
{
"category": "summary",
"text": "The curl URL parser wrongly accepts percent-encoded URL separators like \u0027/\u0027when decoding the host name part of a URL, making it a *different* URL usingthe wrong host name when it is later retrieved.For example, a URL like `http://example.com%2F127.0.0.1/`, would be allowed bythe parser and get transposed into `http://example.com/127.0.0.1/`. This flawcan be used to circumvent filters, checks and more.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-27780"
},
{
"cve": "CVE-2022-27781",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "libcurl provides the `CURLOPT_CERTINFO` option to allow applications torequest details to be returned about a server\u0027s certificate chain.Due to an erroneous function, a malicious server could make libcurl built withNSS get stuck in a never-ending busy-loop when trying to retrieve thatinformation.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-27781"
},
{
"cve": "CVE-2022-27782",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "libcurl would reuse a previously created connection even when a TLS or SSHrelated option had been changed that should have prohibited reuse.libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse if one of them matches the setup. However, several TLS andSSH settings were left out from the configuration match checks, making themmatch too easily.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-27782"
},
{
"cve": "CVE-2022-27943",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "summary",
"text": "libiberty/rust-demangle.c in GNU GCC 11.2 allows stack consumption in demangle_const, as demonstrated by nm-new.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-27943"
},
{
"cve": "CVE-2022-28321",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "summary",
"text": "The Linux-PAM package before 1.5.2-6.1 for openSUSE Tumbleweed allows authentication bypass for SSH logins. The pam_access.so module doesn\u0027t correctly restrict login if a user tries to connect from an IP address that is not resolvable via DNS. In such conditions, a user with denied access to a machine can still get access. NOTE: the relevance of this issue is largely limited to openSUSE Tumbleweed and openSUSE Factory; it does not affect Linux-PAM upstream.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-28321"
},
{
"cve": "CVE-2022-29155",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In OpenLDAP 2.x before 2.5.12 and 2.6.x before 2.6.2, a SQL injection vulnerability exists in the experimental back-sql backend to slapd, via a SQL statement within an LDAP query. This can occur during an LDAP search operation when the search filter is processed, due to a lack of proper escaping.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-29155"
},
{
"cve": "CVE-2022-29824",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "In libxml2 before 2.9.14, several buffer handling functions in buf.c (xmlBuf*) and tree.c (xmlBuffer*) don\u0027t check for integer overflows. This can result in out-of-bounds memory writes. Exploitation requires a victim to open a crafted, multi-gigabyte XML file. Other software using libxml2\u0027s buffer functions, for example libxslt through 1.1.35, is affected as well.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-29824"
},
{
"cve": "CVE-2022-30115",
"cwe": {
"id": "CWE-319",
"name": "Cleartext Transmission of Sensitive Information"
},
"notes": [
{
"category": "summary",
"text": "Using its HSTS support, curl can be instructed to use HTTPS directly insteadof using an insecure clear-text HTTP step even when HTTP is provided in theURL. This mechanism could be bypassed if the host name in the given URL used atrailing dot while not using one when it built the HSTS cache. Or the otherway around - by having the trailing dot in the HSTS cache and *not* using thetrailing dot in the URL.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-30115"
},
{
"cve": "CVE-2022-32205",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "A malicious server can serve excessive amounts of \"Set-Cookie:\" headers in a HTTP response to curl and curl \u003c 7.84.0 stores all of them. A sufficiently large amount of (big) cookies make subsequent HTTP requests to this, or other servers to which the cookies match, create requests that become larger than the threshold that curl uses internally to avoid sending crazy large requests (1048576 bytes) and instead returns an error.This denial state might remain for as long as the same cookies are kept, match and haven\u0027t expired. Due to cookie matching rules, a server on \"foo.example.com\" can set cookies that also would match for \"bar.example.com\", making it it possible for a \"sister server\" to effectively cause a denial of service for a sibling site on the same second level domain using this method.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-32205"
},
{
"cve": "CVE-2022-32206",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "curl \u003c 7.84.0 supports \"chained\" HTTP compression algorithms, meaning that a serverresponse can be compressed multiple times and potentially with different algorithms. The number of acceptable \"links\" in this \"decompression chain\" was unbounded, allowing a malicious server to insert a virtually unlimited number of compression steps.The use of such a decompression chain could result in a \"malloc bomb\", makingcurl end up spending enormous amounts of allocated heap memory, or trying toand returning out of memory errors.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-32206"
},
{
"cve": "CVE-2022-32207",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"notes": [
{
"category": "summary",
"text": "When curl \u003c 7.84.0 saves cookies, alt-svc and hsts data to local files, it makes the operation atomic by finalizing the operation with a rename from a temporary name to the final target file name.In that rename operation, it might accidentally *widen* the permissions for the target file, leaving the updated file accessible to more users than intended.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-32207"
},
{
"cve": "CVE-2022-32208",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "When curl \u003c 7.84.0 does FTP transfers secured by krb5, it handles message verification failures wrongly. This flaw makes it possible for a Man-In-The-Middle attack to go unnoticed and even allows it to inject data to the client.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-32208"
},
{
"cve": "CVE-2022-32221",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"notes": [
{
"category": "summary",
"text": "When doing HTTP(S) transfers, libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send, even when the `CURLOPT_POSTFIELDS` option has been set, if the same handle previously was used to issue a `PUT` request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the subsequent `POST` request. The problem exists in the logic for a reused handle when it is changed from a PUT to a POST.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-32221"
},
{
"cve": "CVE-2022-35252",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"notes": [
{
"category": "summary",
"text": "When curl is used to retrieve and parse cookies from a HTTP(S) server, itaccepts cookies using control codes that when later are sent back to a HTTPserver might make the server return 400 responses. Effectively allowing a\"sister site\" to deny service to all siblings.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-35252"
},
{
"cve": "CVE-2022-35260",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "curl can be told to parse a `.netrc` file for credentials. If that file endsin a line with 4095 consecutive non-white space letters and no newline, curlwould first read past the end of the stack-based buffer, and if the readworks, write a zero byte beyond its boundary.This will in most cases cause a segfault or similar, but circumstances might also cause different outcomes.If a malicious user can provide a custom netrc file to an application or otherwise affect its contents, this flaw could be used as denial-of-service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-35260"
},
{
"cve": "CVE-2022-35737",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"notes": [
{
"category": "summary",
"text": "SQLite 1.0.12 through 3.39.x before 3.39.2 sometimes allows an array-bounds overflow if billions of bytes are used in a string argument to a C API.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-35737"
},
{
"cve": "CVE-2022-37434",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "zlib through 1.2.12 has a heap-based buffer over-read or buffer overflow in inflate in inflate.c via a large gzip header extra field. NOTE: only applications that call inflateGetHeader are affected. Some common applications bundle the affected zlib source code but may be unable to call inflateGetHeader (e.g., see the nodejs/node reference).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-37434"
},
{
"cve": "CVE-2022-37454",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "The Keccak XKCP SHA-3 reference implementation before fdc6fef has an integer overflow and resultant buffer overflow that allows attackers to execute arbitrary code or eliminate expected cryptographic properties. This occurs in the sponge function interface.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-37454"
},
{
"cve": "CVE-2022-40303",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in libxml2 before 2.10.3. When parsing a multi-gigabyte XML document with the XML_PARSE_HUGE parser option enabled, several integer counters can overflow. This results in an attempt to access an array at a negative 2GB offset, typically leading to a segmentation fault.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-40303"
},
{
"cve": "CVE-2022-40304",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in libxml2 before 2.10.3. Certain invalid XML entity definitions can corrupt a hash table key, potentially leading to subsequent logic errors. In one case, a double-free can be provoked.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-40304"
},
{
"cve": "CVE-2022-40674",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "libexpat before 2.4.9 has a use-after-free in the doContent function in xmlparse.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-40674"
},
{
"cve": "CVE-2022-42898",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "PAC parsing in MIT Kerberos 5 (aka krb5) before 1.19.4 and 1.20.x before 1.20.1 has integer overflows that may lead to remote code execution (in KDC, kadmind, or a GSS or Kerberos application server) on 32-bit platforms (which have a resultant heap-based buffer overflow), and cause a denial of service on other platforms. This occurs in krb5_pac_parse in lib/krb5/krb/pac.c. Heimdal before 7.7.1 has \"a similar bug.\"",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-42898"
},
{
"cve": "CVE-2022-42915",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "curl before 7.86.0 has a double free. If curl is told to use an HTTP proxy for a transfer with a non-HTTP(S) URL, it sets up the connection to the remote server by issuing a CONNECT request to the proxy, and then tunnels the rest of the protocol through. An HTTP proxy might refuse this request (HTTP proxies often only allow outgoing connections to specific port numbers, like 443 for HTTPS) and instead return a non-200 status code to the client. Due to flaws in the error/cleanup handling, this could trigger a double free in curl if one of the following schemes were used in the URL for the transfer: dict, gopher, gophers, ldap, ldaps, rtmp, rtmps, or telnet. The earliest affected version is 7.77.0.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-42915"
},
{
"cve": "CVE-2022-42916",
"cwe": {
"id": "CWE-319",
"name": "Cleartext Transmission of Sensitive Information"
},
"notes": [
{
"category": "summary",
"text": "In curl before 7.86.0, the HSTS check could be bypassed to trick it into staying with HTTP. Using its HSTS support, curl can be instructed to use HTTPS directly (instead of using an insecure cleartext HTTP step) even when HTTP is provided in the URL. This mechanism could be bypassed if the host name in the given URL uses IDN characters that get replaced with ASCII counterparts as part of the IDN conversion, e.g., using the character UTF-8 U+3002 (IDEOGRAPHIC FULL STOP) instead of the common ASCII full stop of U+002E (.). The earliest affected version is 7.77.0 2021-05-26.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-42916"
},
{
"cve": "CVE-2022-43551",
"cwe": {
"id": "CWE-319",
"name": "Cleartext Transmission of Sensitive Information"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability exists in curl \u003c7.87.0 HSTS check that could be bypassed to trick it to keep using HTTP. Using its HSTS support, curl can be instructed to use HTTPS instead of using an insecure clear-text HTTP step even when HTTP is provided in the URL. However, the HSTS mechanism could be bypassed if the host name in the given URL first uses IDN characters that get replaced to ASCII counterparts as part of the IDN conversion. Like using the character UTF-8 U+3002 (IDEOGRAPHIC FULL STOP) instead of the common ASCII full stop U+002E (.). Then in a subsequent request, it does not detect the HSTS state and makes a clear text transfer. Because it would store the info IDN encoded but look for it IDN decoded.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-43551"
},
{
"cve": "CVE-2022-43552",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "curl can be asked to tunnel virtually all protocols it supports through an HTTP proxy. HTTP proxies can (and often do) deny such tunnel operations using an appropriate HTTP error response code. When getting denied to tunnel the specific protocols SMB or TELNET, curl would use a heap-allocated struct after it had been freed, in its transfer shutdown code path.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-43552"
},
{
"cve": "CVE-2022-43680",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In libexpat through 2.4.9, there is a use-after free caused by overeager destruction of a shared DTD in XML_ExternalEntityParserCreate in out-of-memory situations.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-43680"
},
{
"cve": "CVE-2022-45061",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor; in such a scenario, they could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied supposed hostname. For example, the attack payload could be placed in the Location header of an HTTP response with status code 302. A fix is planned in 3.11.1, 3.10.9, 3.9.16, 3.8.16, and 3.7.16.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-45061"
},
{
"cve": "CVE-2022-45873",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "systemd 250 and 251 allows local users to achieve a systemd-coredump deadlock by triggering a crash that has a long backtrace. This occurs in parse_elf_object in shared/elf-util.c. The exploitation methodology is to crash a binary calling the same function recursively, and put it in a deeply nested directory to make its backtrace large enough to cause the deadlock. This must be done 16 times when MaxConnections=16 is set for the systemd/units/systemd-coredump.socket file.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-45873"
},
{
"cve": "CVE-2022-46908",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "SQLite through 3.40.0, when relying on --safe for execution of an untrusted CLI script, does not properly implement the azProhibitedFunctions protection mechanism, and instead allows UDF functions such as WRITEFILE.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-46908"
},
{
"cve": "CVE-2022-48303",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use of uninitialized memory for a conditional jump. Exploitation to change the flow of control has not been demonstrated. The issue occurs in from_header in list.c via a V7 archive in which mtime has approximately 11 whitespace characters.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-48303"
},
{
"cve": "CVE-2022-48522",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "In Perl 5.34.0, function S_find_uninit_var in sv.c has a stack-based crash that can lead to remote code execution or local privilege escalation.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-48522"
},
{
"cve": "CVE-2022-48560",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free exists in Python through 3.9 via heappushpop in heapq.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2022-48560"
},
{
"cve": "CVE-2023-0215",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by end user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions, for example if a CMS recipient public key is invalid, the new filter BIO is freed and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO then a use-after-free will occur. This will most likely result in a crash. This scenario occurs directly in the internal function B64_write_ASN1() which may cause BIO_new_NDEF() to be called and will subsequently call BIO_pop() on the BIO. This internal function is in turn called by the public API functions PEM_write_bio_ASN1_stream, PEM_write_bio_CMS_stream, PEM_write_bio_PKCS7_stream, SMIME_write_ASN1, SMIME_write_CMS and SMIME_write_PKCS7. Other public API functions that may be impacted by this include i2d_ASN1_bio_stream, BIO_new_CMS, BIO_new_PKCS7, i2d_CMS_bio_stream and i2d_PKCS7_bio_stream. The OpenSSL cms and smime command line applications are similarly affected.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-0215"
},
{
"cve": "CVE-2023-0286",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"notes": [
{
"category": "summary",
"text": "There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect applications which have implemented their own functionality for retrieving CRLs over a network.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Disable CRL (certification revocation list) checking, if possible",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-0361",
"cwe": {
"id": "CWE-203",
"name": "Observable Discrepancy"
},
"notes": [
{
"category": "summary",
"text": "A timing side-channel in the handling of RSA ClientKeyExchange messages was discovered in GnuTLS. This side-channel can be sufficient to recover the key encrypted in the RSA ciphertext across a network in a Bleichenbacher style attack. To achieve a successful decryption the attacker would need to send a large amount of specially crafted messages to the vulnerable server. By recovering the secret from the ClientKeyExchange message, the attacker would be able to decrypt the application data exchanged over that connection.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-0361"
},
{
"cve": "CVE-2023-0464",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "A security vulnerability has been identified in all supported versions of OpenSSL related to the verification of X.509 certificate chains that include policy constraints. Attackers may be able to exploit this vulnerability by creating a malicious certificate chain that triggers exponential use of computational resources, leading to a denial-of-service (DoS) attack on affected systems.\r\n\r\nPolicy processing is disabled by default but can be enabled by passing the `-policy` argument to the command line utilities or by calling the `X509_VERIFY_PARAM_set1_policies()` function.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-0464"
},
{
"cve": "CVE-2023-0465",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "Applications that use a non-default option when verifying certificates may be\r\nvulnerable to an attack from a malicious CA to circumvent certain checks.\r\n\r\nInvalid certificate policies in leaf certificates are silently ignored by\r\nOpenSSL and other certificate policy checks are skipped for that certificate.\r\nA malicious CA could use this to deliberately assert invalid certificate policies\r\nin order to circumvent policy checking on the certificate altogether.\r\n\r\nPolicy processing is disabled by default but can be enabled by passing\r\nthe `-policy` argument to the command line utilities or by calling the\r\n`X509_VERIFY_PARAM_set1_policies()` function.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-0465"
},
{
"cve": "CVE-2023-0466",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "The function X509_VERIFY_PARAM_add0_policy() is documented to\r\nimplicitly enable the certificate policy check when doing certificate\r\nverification. However the implementation of the function does not\r\nenable the check which allows certificates with invalid or incorrect\r\npolicies to pass the certificate verification.\r\n\r\nAs suddenly enabling the policy check could break existing deployments it was\r\ndecided to keep the existing behavior of the X509_VERIFY_PARAM_add0_policy()\r\nfunction.\r\n\r\nInstead the applications that require OpenSSL to perform certificate\r\npolicy check need to use X509_VERIFY_PARAM_set1_policies() or explicitly\r\nenable the policy check by calling X509_VERIFY_PARAM_set_flags() with\r\nthe X509_V_FLAG_POLICY_CHECK flag argument.\r\n\r\nCertificate policy checks are disabled by default in OpenSSL and are not\r\ncommonly used by applications.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-0466"
},
{
"cve": "CVE-2023-0687",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in GNU C Library 2.38. It has been declared as critical. This vulnerability affects the function __monstartup of the file gmon.c of the component Call Graph Monitor. The manipulation leads to buffer overflow. It is recommended to apply a patch to fix this issue. VDB-220246 is the identifier assigned to this vulnerability. NOTE: The real existence of this vulnerability is still doubted at the moment. The inputs that induce this vulnerability are basically addresses of the running application that is built with gmon enabled. It\u0027s basically trusted input or input that needs an actual security flaw to be compromised or controlled.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-0687"
},
{
"cve": "CVE-2023-1077",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, pick_next_rt_entity() may return a type confused entry, not detected by the BUG_ON condition, as the confused entry will not be NULL, but list_head.The buggy error condition would lead to a type confused entry with the list head,which would then be used as a type confused sched_rt_entity,causing memory corruption.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-1077"
},
{
"cve": "CVE-2023-1206",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "A hash collision flaw was found in the IPv6 connection lookup table in the Linux kernel\u2019s IPv6 functionality when a user makes a new kind of SYN flood attack. A user located in the local network or with a high bandwidth connection can increase the CPU usage of the server that accepts IPV6 connections up to 95%.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-1206"
},
{
"cve": "CVE-2023-2650",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Processing some specially crafted ASN.1 object identifiers or data containing them may be very slow. Impact summary: Applications that use OBJ_obj2txt() directly, or use any of the OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message size limit may experience notable to very long delays when processing those messages, which may lead to a Denial of Service. An OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers - most of which have no size limit. OBJ_obj2txt() may be used to translate an ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL type ASN1_OBJECT) to its canonical numeric text form, which are the sub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by periods. When one of the sub-identifiers in the OBJECT IDENTIFIER is very large (these are sizes that are seen as absurdly large, taking up tens or hundreds of KiBs), the translation to a decimal number in text may take a very long time. The time complexity is O(square(n)) with \u0027n\u0027 being the size of the sub-identifiers in bytes (*). With OpenSSL 3.0, support to fetch cryptographic algorithms using names / identifiers in string form was introduced. This includes using OBJECT IDENTIFIERs in canonical numeric text form as identifiers for fetching algorithms. Such OBJECT IDENTIFIERs may be received through the ASN.1 structure AlgorithmIdentifier, which is commonly used in multiple protocols to specify what cryptographic algorithm should be used to sign or verify, encrypt or decrypt, or digest passed data. Applications that call OBJ_obj2txt() directly with untrusted data are affected, with any version of OpenSSL. If the use is for the mere purpose of display, the severity is considered low. In OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS. It also impacts anything that processes X.509 certificates, including simple things like verifying its signature. The impact on TLS is relatively low, because all versions of OpenSSL have a 100KiB limit on the peer\u0027s certificate chain. Additionally, this only impacts clients, or servers that have explicitly enabled client authentication. In OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects, such as X.509 certificates. This is assumed to not happen in such a way that it would cause a Denial of Service, so these versions are considered not affected by this issue in such a way that it would be cause for concern, and the severity is therefore considered low.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-2650"
},
{
"cve": "CVE-2023-2953",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in openldap. This security flaw causes a null pointer dereference in ber_memalloc_x() function.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-2953"
},
{
"cve": "CVE-2023-3212",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "A NULL pointer dereference issue was found in the gfs2 file system in the Linux kernel. It occurs on corrupt gfs2 file systems when the evict code tries to reference the journal descriptor structure after it has been freed and set to NULL. A privileged local user could use this flaw to cause a kernel panic.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-3212"
},
{
"cve": "CVE-2023-3446",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Checking excessively long DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The function DH_check() performs various checks on DH parameters. One of those checks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use a very large modulus is slow and OpenSSL will not normally use a modulus which is over 10,000 bits in length. However the DH_check() function checks numerous aspects of the key or parameters that have been supplied. Some of those checks use the supplied modulus value even if it has already been found to be too large. An application that calls DH_check() and supplies a key or parameters obtained from an untrusted source could be vulernable to a Denial of Service attack. The function DH_check() is itself called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_ex() and EVP_PKEY_param_check(). Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications when using the \u0027-check\u0027 option. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-3446"
},
{
"cve": "CVE-2023-3609",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: cls_u32 component can be exploited to achieve local privilege escalation.\r\n\r\nIf tcf_change_indev() fails, u32_set_parms() will immediately return an error after incrementing or decrementing the reference counter in tcf_bind_filter(). If an attacker can control the reference counter and set it to zero, they can cause the reference to be freed, leading to a use-after-free vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-3609"
},
{
"cve": "CVE-2023-3611",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An out-of-bounds write vulnerability in the Linux kernel\u0027s net/sched: sch_qfq component can be exploited to achieve local privilege escalation.\r\n\r\nThe qfq_change_agg() function in net/sched/sch_qfq.c allows an out-of-bounds write because lmax is updated according to packet sizes without bounds checks.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-3611"
},
{
"cve": "CVE-2023-3772",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Linux kernel\u0027s IP framework for transforming packets (XFRM subsystem). This issue may allow a malicious user with CAP_NET_ADMIN privileges to directly dereference a NULL pointer in xfrm_update_ae_params(), leading to a possible kernel crash and denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-3772"
},
{
"cve": "CVE-2023-3817",
"cwe": {
"id": "CWE-834",
"name": "Excessive Iteration"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Checking excessively long DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The function DH_check() performs various checks on DH parameters. After fixing CVE-2023-3446 it was discovered that a large q parameter value can also trigger an overly long computation during some of these checks. A correct q value, if present, cannot be larger than the modulus p parameter, thus it is unnecessary to perform these checks if q is larger than p. An application that calls DH_check() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack. The function DH_check() is itself called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_ex() and EVP_PKEY_param_check(). Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications when using the \"-check\" option. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-3817"
},
{
"cve": "CVE-2023-4016",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "Under some circumstances, this weakness allows a user who has access to run the \u201cps\u201d utility on a machine, the ability to write almost unlimited amounts of unfiltered data into the process heap.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-4016"
},
{
"cve": "CVE-2023-4039",
"cwe": {
"id": "CWE-693",
"name": "Protection Mechanism Failure"
},
"notes": [
{
"category": "summary",
"text": "A failure in the -fstack-protector feature in GCC-based toolchains \nthat target AArch64 allows an attacker to exploit an existing buffer \noverflow in dynamically-sized local variables in your application \nwithout this being detected. This stack-protector failure only applies \nto C99-style dynamically-sized local variables or those created using \nalloca(). The stack-protector operates as intended for statically-sized \nlocal variables.\n\nThe default behavior when the stack-protector \ndetects an overflow is to terminate your application, resulting in \ncontrolled loss of availability. An attacker who can exploit a buffer \noverflow without triggering the stack-protector might be able to change \nprogram flow control to cause an uncontrolled loss of availability or to\n go further and affect confidentiality or integrity.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-4039"
},
{
"cve": "CVE-2023-4623",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: sch_hfsc (HFSC qdisc traffic control) component can be exploited to achieve local privilege escalation.\n\nIf a class with a link-sharing curve (i.e. with the HFSC_FSC flag set) has a parent without a link-sharing curve, then init_vf() will call vttree_insert() on the parent, but vttree_remove() will be skipped in update_vf(). This leaves a dangling pointer that can cause a use-after-free.\n\nWe recommend upgrading past commit b3d26c5702c7d6c45456326e56d2ccf3f103e60f.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-4623"
},
{
"cve": "CVE-2023-4807",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: The POLY1305 MAC (message authentication code) implementation contains a bug that might corrupt the internal state of applications on the Windows 64 platform when running on newer X86_64 processors supporting the AVX512-IFMA instructions. Impact summary: If in an application that uses the OpenSSL library an attacker can influence whether the POLY1305 MAC algorithm is used, the application state might be corrupted with various application dependent consequences. The POLY1305 MAC (message authentication code) implementation in OpenSSL does not save the contents of non-volatile XMM registers on Windows 64 platform when calculating the MAC of data larger than 64 bytes. Before returning to the caller all the XMM registers are set to zero rather than restoring their previous content. The vulnerable code is used only on newer x86_64 processors supporting the AVX512-IFMA instructions. The consequences of this kind of internal application state corruption can be various - from no consequences, if the calling application does not depend on the contents of non-volatile XMM registers at all, to the worst consequences, where the attacker could get complete control of the application process. However given the contents of the registers are just zeroized so the attacker cannot put arbitrary values inside, the most likely consequence, if any, would be an incorrect result of some application dependent calculations or a crash leading to a denial of service. The POLY1305 MAC algorithm is most frequently used as part of the CHACHA20-POLY1305 AEAD (authenticated encryption with associated data) algorithm. The most common usage of this AEAD cipher is with TLS protocol versions 1.2 and 1.3 and a malicious client can influence whether this AEAD cipher is used by the server. This implies that server applications using OpenSSL can be potentially impacted. However we are currently not aware of any concrete application that would be affected by this issue therefore we consider this a Low severity security issue. As a workaround the AVX512-IFMA instructions support can be disabled at runtime by setting the environment variable OPENSSL_ia32cap: OPENSSL_ia32cap=:~0x200000 The FIPS provider is not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-4807"
},
{
"cve": "CVE-2023-4813",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in glibc. In an uncommon situation, the gaih_inet function may use memory that has been freed, resulting in an application crash. This issue is only exploitable when the getaddrinfo function is called and the hosts database in /etc/nsswitch.conf is configured with SUCCESS=continue or SUCCESS=merge.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-4813"
},
{
"cve": "CVE-2023-4921",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: sch_qfq component can be exploited to achieve local privilege escalation.\n\nWhen the plug qdisc is used as a class of the qfq qdisc, sending network packets triggers use-after-free in qfq_dequeue() due to the incorrect .peek handler of sch_plug and lack of error checking in agg_dequeue().\n\nWe recommend upgrading past commit 8fc134fee27f2263988ae38920bc03da416b03d8.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-4921"
},
{
"cve": "CVE-2023-5156",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the GNU C Library. A recent fix for CVE-2023-4806 introduced the potential for a memory leak, which may result in an application crash.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-5156"
},
{
"cve": "CVE-2023-5678",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_generate_key() to generate an X9.42 DH key may experience long delays. Likewise, applications that use DH_check_pub_key(), DH_check_pub_key_ex() or EVP_PKEY_public_check() to check an X9.42 DH key or X9.42 DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. While DH_check() performs all the necessary checks (as of CVE-2023-3817), DH_check_pub_key() doesn\u0027t make any of these checks, and is therefore vulnerable for excessively large P and Q parameters. Likewise, while DH_generate_key() performs a check for an excessively large P, it doesn\u0027t check for an excessively large Q. An application that calls DH_generate_key() or DH_check_pub_key() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack. DH_generate_key() and DH_check_pub_key() are also called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_pub_key_ex(), EVP_PKEY_public_check(), and EVP_PKEY_generate(). Also vulnerable are the OpenSSL pkey command line application when using the \"-pubcheck\" option, as well as the OpenSSL genpkey command line application. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-5678"
},
{
"cve": "CVE-2023-5717",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "A heap out-of-bounds write vulnerability in the Linux kernel\u0027s Linux Kernel Performance Events (perf) component can be exploited to achieve local privilege escalation.\r\n\r\nIf perf_read_group() is called while an event\u0027s sibling_list is smaller than its child\u0027s sibling_list, it can increment or write to memory locations outside of the allocated buffer.\r\n\r\nWe recommend upgrading past commit 32671e3799ca2e4590773fd0e63aaa4229e50c06.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-5717"
},
{
"cve": "CVE-2023-5981",
"cwe": {
"id": "CWE-203",
"name": "Observable Discrepancy"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found that the response times to malformed ciphertexts in RSA-PSK ClientKeyExchange differ from response times of ciphertexts with correct PKCS#1 v1.5 padding.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-5981"
},
{
"cve": "CVE-2023-6121",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "An out-of-bounds read vulnerability was found in the NVMe-oF/TCP subsystem in the Linux kernel. This issue may allow a remote attacker to send a crafted TCP packet, triggering a heap-based buffer overflow that results in kmalloc data being printed and potentially leaked to the kernel ring buffer (dmesg).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-6121"
},
{
"cve": "CVE-2023-6817",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s netfilter: nf_tables component can be exploited to achieve local privilege escalation.\n\nThe function nft_pipapo_walk did not skip inactive elements during set walk which could lead double deactivations of PIPAPO (Pile Packet Policies) elements, leading to use-after-free.\n\nWe recommend upgrading past commit 317eb9685095678f2c9f5a8189de698c5354316a.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-6817"
},
{
"cve": "CVE-2023-6931",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "A heap out-of-bounds write vulnerability in the Linux kernel\u0027s Performance Events system component can be exploited to achieve local privilege escalation.\n\nA perf_event\u0027s read_size can overflow, leading to an heap out-of-bounds increment or write in perf_read_group().\n\nWe recommend upgrading past commit 382c27f4ed28f803b1f1473ac2d8db0afc795a1b.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-6931"
},
{
"cve": "CVE-2023-6932",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s ipv4: igmp component can be exploited to achieve local privilege escalation.\n\nA race condition can be exploited to cause a timer be mistakenly registered on a RCU read locked object which is freed by another thread.\n\nWe recommend upgrading past commit e2b706c691905fe78468c361aaabc719d0a496f1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-6932"
},
{
"cve": "CVE-2023-23914",
"cwe": {
"id": "CWE-319",
"name": "Cleartext Transmission of Sensitive Information"
},
"notes": [
{
"category": "summary",
"text": "A cleartext transmission of sensitive information vulnerability exists in curl \u003cv7.88.0 that could cause HSTS functionality fail when multiple URLs are requested serially. Using its HSTS support, curl can be instructed to use HTTPS instead of usingan insecure clear-text HTTP step even when HTTP is provided in the URL. ThisHSTS mechanism would however surprisingly be ignored by subsequent transferswhen done on the same command line because the state would not be properlycarried on.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-23914"
},
{
"cve": "CVE-2023-23915",
"cwe": {
"id": "CWE-319",
"name": "Cleartext Transmission of Sensitive Information"
},
"notes": [
{
"category": "summary",
"text": "A cleartext transmission of sensitive information vulnerability exists in curl \u003cv7.88.0 that could cause HSTS functionality to behave incorrectly when multiple URLs are requested in parallel. Using its HSTS support, curl can be instructed to use HTTPS instead of using an insecure clear-text HTTP step even when HTTP is provided in the URL. This HSTS mechanism would however surprisingly fail when multiple transfers are done in parallel as the HSTS cache file gets overwritten by the most recentlycompleted transfer. A later HTTP-only transfer to the earlier host name would then *not* get upgraded properly to HSTS.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "mitigation",
"details": "For earlier versions see the recommendations from section Workarounds and Mitigations",
"product_ids": [
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-23915"
},
{
"cve": "CVE-2023-23916",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "An allocation of resources without limits or throttling vulnerability exists in curl \u003cv7.88.0 based on the \"chained\" HTTP compression algorithms, meaning that a server response can be compressed multiple times and potentially with differentalgorithms. The number of acceptable \"links\" in this \"decompression chain\" wascapped, but the cap was implemented on a per-header basis allowing a maliciousserver to insert a virtually unlimited number of compression steps simply byusing many headers. The use of such a decompression chain could result in a \"malloc bomb\", making curl end up spending enormous amounts of allocated heap memory, or trying to and returning out of memory errors.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-23916"
},
{
"cve": "CVE-2023-24329",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-24329"
},
{
"cve": "CVE-2023-25136",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "OpenSSH server (sshd) 9.1 introduced a double-free vulnerability during options.kex_algorithms handling. This is fixed in OpenSSH 9.2. The double free can be leveraged, by an unauthenticated remote attacker in the default configuration, to jump to any location in the sshd address space. One third-party report states \"remote code execution is theoretically possible.\"",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-25136"
},
{
"cve": "CVE-2023-25139",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "sprintf in the GNU C Library (glibc) 2.37 has a buffer overflow (out-of-bounds write) in some situations with a correct buffer size. This is unrelated to CWE-676. It may write beyond the bounds of the destination buffer when attempting to write a padded, thousands-separated string representation of a number, if the buffer is allocated the exact size required to represent that number as a string. For example, 1,234,567 (with padding to 13) overflows by two bytes.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-25139"
},
{
"cve": "CVE-2023-26604",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "systemd before 247 does not adequately block local privilege escalation for some Sudo configurations, e.g., plausible sudoers files in which the \"systemctl status\" command may be executed. Specifically, systemd does not set LESSSECURE to 1, and thus other programs may be launched from the less program. This presents a substantial security risk when running systemctl from Sudo, because less executes as root when the terminal size is too small to show the complete systemctl output.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-26604"
},
{
"cve": "CVE-2023-27371",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "GNU libmicrohttpd before 0.9.76 allows remote DoS (Denial of Service) due to improper parsing of a multipart/form-data boundary in the postprocessor.c MHD_create_post_processor() method. This allows an attacker to remotely send a malicious HTTP POST packet that includes one or more \u0027\\0\u0027 bytes in a multipart/form-data boundary field, which - assuming a specific heap layout - will result in an out-of-bounds read and a crash in the find_boundary() function.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AC:H/AV:N/A:H/C:N/I:N/PR:N/S:U/UI:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-27371"
},
{
"cve": "CVE-2023-27533",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability in input validation exists in curl \u003c8.0 during communication using the TELNET protocol may allow an attacker to pass on maliciously crafted user name and \"telnet options\" during server negotiation. The lack of proper input scrubbing allows an attacker to send content or perform option negotiation without the application\u0027s intent. This vulnerability could be exploited if an application allows user input, thereby enabling attackers to execute arbitrary code on the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-27533"
},
{
"cve": "CVE-2023-27534",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A path traversal vulnerability exists in curl \u003c8.0.0 SFTP implementation causes the tilde (~) character to be wrongly replaced when used as a prefix in the first path element, in addition to its intended use as the first element to indicate a path relative to the user\u0027s home directory. Attackers can exploit this flaw to bypass filtering or execute arbitrary code by crafting a path like /~2/foo while accessing a server with a specific user.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-27534"
},
{
"cve": "CVE-2023-27535",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "summary",
"text": "An authentication bypass vulnerability exists in libcurl \u003c8.0.0 in the FTP connection reuse feature that can result in wrong credentials being used during subsequent transfers. Previously created connections are kept in a connection pool for reuse if they match the current setup. However, certain FTP settings such as CURLOPT_FTP_ACCOUNT, CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_FTP_SSL_CCC, and CURLOPT_USE_SSL were not included in the configuration match checks, causing them to match too easily. This could lead to libcurl using the wrong credentials when performing a transfer, potentially allowing unauthorized access to sensitive information.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-27535"
},
{
"cve": "CVE-2023-27536",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "summary",
"text": "An authentication bypass vulnerability exists libcurl \u003c8.0.0 in the connection reuse feature which can reuse previously established connections with incorrect user permissions due to a failure to check for changes in the CURLOPT_GSSAPI_DELEGATION option. This vulnerability affects krb5/kerberos/negotiate/GSSAPI transfers and could potentially result in unauthorized access to sensitive information. The safest option is to not reuse connections if the CURLOPT_GSSAPI_DELEGATION option has been changed.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-27536"
},
{
"cve": "CVE-2023-27537",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "A double free vulnerability exists in libcurl \u003c8.0.0 when sharing HSTS data between separate \"handles\". This sharing was introduced without considerations for do this sharing across separate threads but there was no indication of this fact in the documentation. Due to missing mutexes or thread locks, two threads sharing the same HSTS data could end up doing a double-free or use-after-free.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-27537"
},
{
"cve": "CVE-2023-27538",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "libcurl would reuse a previously created connection even when an SSH related option had been changed that should have prohibited reuse. libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. However, two SSH settings were left out from the configuration match checks, making them match too easily.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-27538"
},
{
"cve": "CVE-2023-28484",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In libxml2 before 2.10.4, parsing of certain invalid XSD schemas can lead to a NULL pointer dereference and subsequently a segfault. This occurs in xmlSchemaFixupComplexType in xmlschemas.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-28484"
},
{
"cve": "CVE-2023-29383",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In Shadow 4.13, it is possible to inject control characters into fields provided to the SUID program chfn (change finger). Although it is not possible to exploit this directly (e.g., adding a new user fails because \\n is in the block list), it is possible to misrepresent the /etc/passwd file when viewed. Use of \\r manipulations and Unicode characters to work around blocking of the : character make it possible to give the impression that a new user has been added. In other words, an adversary may be able to convince a system administrator to take the system offline (an indirect, social-engineered denial of service) by demonstrating that \"cat /etc/passwd\" shows a rogue user account.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-29383"
},
{
"cve": "CVE-2023-29469",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in libxml2 before 2.10.4. When hashing empty dict strings in a crafted XML document, xmlDictComputeFastKey in dict.c can produce non-deterministic values, leading to various logic and memory errors, such as a double free. This behavior occurs because there is an attempt to use the first byte of an empty string, and any value is possible (not solely the \u0027\\0\u0027 value).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-29469"
},
{
"cve": "CVE-2023-29491",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "ncurses before 6.4 20230408, when used by a setuid application, allows local users to trigger security-relevant memory corruption via malformed data in a terminfo database file that is found in $HOME/.terminfo or reached via the TERMINFO or TERM environment variable.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-29491"
},
{
"cve": "CVE-2023-29499",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in GLib. GVariant deserialization fails to validate that the input conforms to the expected format, leading to denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-29499"
},
{
"cve": "CVE-2023-31085",
"cwe": {
"id": "CWE-369",
"name": "Divide By Zero"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a divide-by-zero error in do_div(sz,mtd-\u003eerasesize), used indirectly by ctrl_cdev_ioctl, when mtd-\u003eerasesize is 0.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-31085"
},
{
"cve": "CVE-2023-32611",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in GLib. GVariant deserialization is vulnerable to a slowdown issue where a crafted GVariant can cause excessive processing, leading to denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-32611"
},
{
"cve": "CVE-2023-32636",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in glib, where the gvariant deserialization code is vulnerable to a denial of service introduced by additional input validation added to resolve CVE-2023-29499. The offset table validation may be very slow. This bug does not affect any released version of glib but does affect glib distributors who followed the guidance of glib developers to backport the initial fix for CVE-2023-29499.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-32636"
},
{
"cve": "CVE-2023-32643",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in GLib. The GVariant deserialization code is vulnerable to a heap buffer overflow introduced by the fix for CVE-2023-32665. This bug does not affect any released version of GLib, but does affect GLib distributors who followed the guidance of GLib developers to backport the initial fix for CVE-2023-32665.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-32643"
},
{
"cve": "CVE-2023-32665",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in GLib. GVariant deserialization is vulnerable to an exponential blowup issue where a crafted GVariant can cause excessive processing, leading to denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "mitigation",
"details": "Limit remote access to port 22350/tcp on systems where the Codemeter runtime network server is running. Note that this is the default configuration, which therefore limits the exploitability to local attacks only.",
"product_ids": [
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-32665"
},
{
"cve": "CVE-2023-34319",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "The fix for XSA-423 added logic to Linux\u0027es netback driver to deal with\na frontend splitting a packet in a way such that not all of the headers\nwould come in one piece. Unfortunately the logic introduced there\ndidn\u0027t account for the extreme case of the entire packet being split\ninto as many pieces as permitted by the protocol, yet still being\nsmaller than the area that\u0027s specially dealt with to keep all (possible)\nheaders together. Such an unusual packet would therefore trigger a\nbuffer overrun in the driver.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-34319"
},
{
"cve": "CVE-2023-34969",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "D-Bus before 1.15.6 sometimes allows unprivileged users to crash dbus-daemon. If a privileged user with control over the dbus-daemon is using the org.freedesktop.DBus.Monitoring interface to monitor message bus traffic, then an unprivileged user with the ability to connect to the same dbus-daemon can cause a dbus-daemon crash under some circumstances via an unreplyable message. When done on the well-known system bus, this is a denial-of-service vulnerability. The fixed versions are 1.12.28, 1.14.8, and 1.15.6.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-34969"
},
{
"cve": "CVE-2023-35001",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "Linux Kernel nftables Out-Of-Bounds Read/Write Vulnerability; nft_byteorder poorly handled vm register contents when CAP_NET_ADMIN is in any user or network namespace",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-35001"
},
{
"cve": "CVE-2023-35945",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "Envoy is a cloud-native high-performance edge/middle/service proxy. Envoy\u2019s HTTP/2 codec may leak a header map and bookkeeping structures upon receiving `RST_STREAM` immediately followed by the `GOAWAY` frames from an upstream server. In nghttp2, cleanup of pending requests due to receipt of the `GOAWAY` frame skips de-allocation of the bookkeeping structure and pending compressed header. The error return [code path] is taken if connection is already marked for not sending more requests due to `GOAWAY` frame. The clean-up code is right after the return statement, causing memory leak. Denial of service through memory exhaustion. This vulnerability was patched in versions(s) 1.26.3, 1.25.8, 1.24.9, 1.23.11.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-35945"
},
{
"cve": "CVE-2023-38408",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "The PKCS#11 feature in ssh-agent in OpenSSH before 9.3p2 has an insufficiently trustworthy search path, leading to remote code execution if an agent is forwarded to an attacker-controlled system. (Code in /usr/lib is not necessarily safe for loading into ssh-agent.) NOTE: this issue exists because of an incomplete fix for CVE-2016-10009.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-38408"
},
{
"cve": "CVE-2023-39128",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "GNU gdb (GDB) 13.0.50.20220805-git was discovered to contain a stack overflow via the function ada_decode at /gdb/ada-lang.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-39128"
},
{
"cve": "CVE-2023-39189",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The nfnl_osf_add_callback function did not validate the user mode controlled opt_num field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-39189"
},
{
"cve": "CVE-2023-39192",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The xt_u32 module did not validate the fields in the xt_u32 structure. This flaw allows a local privileged attacker to trigger an out-of-bounds read by setting the size fields with a value beyond the array boundaries, leading to a crash or information disclosure.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-39192"
},
{
"cve": "CVE-2023-39193",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The sctp_mt_check did not validate the flag_count field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-39193"
},
{
"cve": "CVE-2023-39194",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the XFRM subsystem in the Linux kernel. The specific flaw exists within the processing of state filters, which can result in a read past the end of an allocated buffer. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, potentially leading to an information disclosure.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.2,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-39194"
},
{
"cve": "CVE-2023-39615",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "Xmlsoft Libxml2 v2.11.0 was discovered to contain an out-of-bounds read via the xmlSAX2StartElement() function at /libxml2/SAX2.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via supplying a crafted XML file. NOTE: the vendor\u0027s position is that the product does not support the legacy SAX1 interface with custom callbacks; there is a crash even without crafted input.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-39615"
},
{
"cve": "CVE-2023-40283",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in l2cap_sock_release in net/bluetooth/l2cap_sock.c in the Linux kernel before 6.4.10. There is a use-after-free because the children of an sk are mishandled.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-40283"
},
{
"cve": "CVE-2023-42754",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "A NULL pointer dereference flaw was found in the Linux kernel ipv4 stack. The socket buffer (skb) was assumed to be associated with a device before calling __ip_options_compile, which is not always the case if the skb is re-routed by ipvs. This issue may allow a local user with CAP_NET_ADMIN privileges to crash the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-42754"
},
{
"cve": "CVE-2023-42755",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the IPv4 Resource Reservation Protocol (RSVP) classifier in the Linux kernel. The xprt pointer may go beyond the linear part of the skb, leading to an out-of-bounds read in the `rsvp_classify` function. This issue may allow a local user to crash the system and cause a denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-42755"
},
{
"cve": "CVE-2023-45322",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "libxml2 through 2.11.5 has a use-after-free that can only occur after a certain memory allocation fails. This occurs in xmlUnlinkNode in tree.c. NOTE: the vendor\u0027s position is \"I don\u0027t think these issues are critical enough to warrant a CVE ID ... because an attacker typically can\u0027t control when memory allocations fail.\"",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-45322"
},
{
"cve": "CVE-2023-45853",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "MiniZip in zlib through 1.3 has an integer overflow and resultant heap-based buffer overflow in zipOpenNewFileInZip4_64 via a long filename, comment, or extra field. NOTE: MiniZip is not a supported part of the zlib product.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-45853"
},
{
"cve": "CVE-2023-45871",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in drivers/net/ethernet/intel/igb/igb_main.c in the IGB driver in the Linux kernel before 6.5.3. A buffer size may not be adequate for frames larger than the MTU.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-45871"
},
{
"cve": "CVE-2023-45898",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "The Linux kernel before 6.5.4 has an es1 use-after-free in fs/ext4/extents_status.c, related to ext4_es_insert_extent.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-45898"
},
{
"cve": "CVE-2023-45918",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "ncurses 6.4-20230610 has a NULL pointer dereference in tgetstr in tinfo/lib_termcap.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-45918"
},
{
"cve": "CVE-2023-46862",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in the Linux kernel through 6.5.9. During a race with SQ thread exit, an io_uring/fdinfo.c io_uring_show_fdinfo NULL pointer dereference can occur.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-46862"
},
{
"cve": "CVE-2023-52425",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-52425"
},
{
"cve": "CVE-2023-52426",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"notes": [
{
"category": "summary",
"text": "libexpat through 2.5.0 allows recursive XML Entity Expansion if XML_DTD is undefined at compile time.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-52426"
},
{
"cve": "CVE-2023-52444",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid dirent corruption As Al reported in link[1]: f2fs_rename() ... if (old_dir != new_dir \u0026\u0026 !whiteout) f2fs_set_link(old_inode, old_dir_entry, old_dir_page, new_dir); else f2fs_put_page(old_dir_page, 0); You want correct inumber in the \"..\" link. And cross-directory rename does move the source to new parent, even if you\u0027d been asked to leave a whiteout in the old place. [1] https://lore.kernel.org/all/20231017055040.GN800259@ZenIV/ With below testcase, it may cause dirent corruption, due to it missed to call f2fs_set_link() to update \"..\" link to new directory. - mkdir -p dir/foo - renameat2 -w dir/foo bar [ASSERT] (__chk_dots_dentries:1421) --\u003e Bad inode number[0x4] for \u0027..\u0027, parent parent ino is [0x3] [FSCK] other corrupted bugs [Fail]",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-52444"
},
{
"cve": "CVE-2023-52464",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: EDAC/thunderx: Fix possible out-of-bounds string access Enabling -Wstringop-overflow globally exposes a warning for a common bug in the usage of strncat(): drivers/edac/thunderx_edac.c: In function \u0027thunderx_ocx_com_threaded_isr\u0027: drivers/edac/thunderx_edac.c:1136:17: error: \u0027strncat\u0027 specified bound 1024 equals destination size [-Werror=stringop-overflow=] 1136 | strncat(msg, other, OCX_MESSAGE_SIZE); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ... 1145 | strncat(msg, other, OCX_MESSAGE_SIZE); ... 1150 | strncat(msg, other, OCX_MESSAGE_SIZE); ... Apparently the author of this driver expected strncat() to behave the way that strlcat() does, which uses the size of the destination buffer as its third argument rather than the length of the source buffer. The result is that there is no check on the size of the allocated buffer. Change it to strlcat(). [ bp: Trim compiler output, fixup commit message. ]",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-52464"
},
{
"cve": "CVE-2023-52612",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: crypto: scomp - fix req-\u003edst buffer overflow The req-\u003edst buffer size should be checked before copying from the scomp_scratch-\u003edst to avoid req-\u003edst buffer overflow problem.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:H/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-52612"
},
{
"cve": "CVE-2023-52622",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: ext4: avoid online resizing failures due to oversized flex bg.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-52622"
},
{
"cve": "CVE-2023-52675",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: powerpc/imc-pmu: Add a null pointer check in update_events_in_group() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-52675"
},
{
"cve": "CVE-2023-52699",
"cwe": {
"id": "CWE-833",
"name": "Deadlock"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: sysv: don\u0027t call sb_bread() with pointers_lock held syzbot is reporting sleep in atomic context in SysV filesystem [1], for sb_bread() is called with rw_spinlock held. A \"write_lock(\u0026pointers_lock) =\u003e read_lock(\u0026pointers_lock) deadlock\" bug and a \"sb_bread() with write_lock(\u0026pointers_lock)\" bug were introduced by \"Replace BKL for chain locking with sysvfs-private rwlock\" in Linux 2.5.12. Then, \"[PATCH] err1-40: sysvfs locking fix\" in Linux 2.6.8 fixed the former bug by moving pointers_lock lock to the callers, but instead introduced a \"sb_bread() with read_lock(\u0026pointers_lock)\" bug (which made this problem easier to hit). Al Viro suggested that why not to do like get_branch()/get_block()/ find_shared() in Minix filesystem does. And doing like that is almost a revert of \"[PATCH] err1-40: sysvfs locking fix\" except that get_branch() from with find_shared() is called without write_lock(\u0026pointers_lock).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2023-52699"
},
{
"cve": "CVE-2024-0584",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free issue was found in igmp_start_timer in net/ipv4/igmp.c in the network sub-component in the Linux Kernel. This flaw allows a local user to observe a refcnt use-after-free issue when receiving an igmp query packet, leading to a kernel information leak.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-0584"
},
{
"cve": "CVE-2024-2004",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "When a protocol selection parameter option disables all protocols without adding any then the default set of protocols would remain in the allowed set due to an error in the logic for removing protocols. The below command would perform a request to curl.se with a plaintext protocol which has been explicitly disabled. curl --proto -all,-http http://curl.se The flaw is only present if the set of selected protocols disables the entire set of available protocols, in itself a command with no practical use and therefore unlikely to be encountered in real situations. The curl security team has thus assessed this to be low severity bug.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-2004"
},
{
"cve": "CVE-2024-2236",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"notes": [
{
"category": "summary",
"text": "A timing-based side-channel flaw was found in libgcrypt\u0027s RSA implementation. This issue may allow a remote attacker to initiate a Bleichenbacher-style attack, which can lead to the decryption of RSA ciphertexts.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-2236"
},
{
"cve": "CVE-2024-2379",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "libcurl skips the certificate verification for a QUIC connection under certain conditions, when built to use wolfSSL. If told to use an unknown/bad cipher or curve, the error path accidentally skips the verification and returns OK, thus ignoring any certificate problems.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-2379"
},
{
"cve": "CVE-2024-2398",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"notes": [
{
"category": "summary",
"text": "When an application tells libcurl it wants to allow HTTP/2 server push, and the amount of received headers for the push surpasses the maximum allowed limit (1000), libcurl aborts the server push. When aborting, libcurl inadvertently does not free all the previously allocated headers and instead leaks the memory. Further, this error condition fails silently and is therefore not easily detected by an application.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-2398"
},
{
"cve": "CVE-2024-2466",
"cwe": {
"id": "CWE-297",
"name": "Improper Validation of Certificate with Host Mismatch"
},
"notes": [
{
"category": "summary",
"text": "libcurl did not check the server certificate of TLS connections done to a host specified as an IP address, when built to use mbedTLS. libcurl would wrongly avoid using the set hostname function when the specified hostname was given as an IP address, therefore completely skipping the certificate check. This affects all uses of TLS protocols (HTTPS, FTPS, IMAPS, POPS3, SMTPS, etc).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-2466"
},
{
"cve": "CVE-2024-2511",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "Some non-default TLS server configurations can cause unbounded memory growth when processing TLSv1.3 sessions. An attacker may exploit certain server configurations to trigger unbounded memory growth that would lead to a Denial of Service This problem can occur in TLSv1.3 if the non-default SSL_OP_NO_TICKET option is being used (but not if early_data support is also configured and the default anti-replay protection is in use). In this case, under certain conditions, the session cache can get into an incorrect state and it will fail to flush properly as it fills. The session cache will continue to grow in an unbounded manner. A malicious client could deliberately create the scenario for this failure to force a Denial of Service. It may also happen by accident in normal operation. This issue only affects TLS servers supporting TLSv1.3. It does not affect TLS clients. The FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue. OpenSSL 1.0.2 is also not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-2511"
},
{
"cve": "CVE-2024-5535",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Calling the OpenSSL API function SSL_select_next_proto with an empty supported client protocols buffer may cause a crash or memory contents to be sent to the peer. Impact summary: A buffer overread can have a range of potential consequences such as unexpected application beahviour or a crash. In particular this issue could result in up to 255 bytes of arbitrary private data from memory being sent to the peer leading to a loss of confidentiality. However, only applications that directly call the SSL_select_next_proto function with a 0 length list of supported client protocols are affected by this issue. This would normally never be a valid scenario and is typically not under attacker control but may occur by accident in the case of a configuration or programming error in the calling application. The OpenSSL API function SSL_select_next_proto is typically used by TLS applications that support ALPN (Application Layer Protocol Negotiation) or NPN (Next Protocol Negotiation). NPN is older, was never standardised and is deprecated in favour of ALPN. We believe that ALPN is significantly more widely deployed than NPN. The SSL_select_next_proto function accepts a list of protocols from the server and a list of protocols from the client and returns the first protocol that appears in the server list that also appears in the client list. In the case of no overlap between the two lists it returns the first item in the client list. In either case it will signal whether an overlap between the two lists was found. In the case where SSL_select_next_proto is called with a zero length client list it fails to notice this condition and returns the memory immediately following the client list pointer (and reports that there was no overlap in the lists). This function is typically called from a server side application callback for ALPN or a client side application callback for NPN. In the case of ALPN the list of protocols supplied by the client is guaranteed by libssl to never be zero in length. The list of server protocols comes from the application and should never normally be expected to be of zero length. In this case if the SSL_select_next_proto function has been called as expected (with the list supplied by the client passed in the client/client_len parameters), then the application will not be vulnerable to this issue. If the application has accidentally been configured with a zero length server list, and has accidentally passed that zero length server list in the client/client_len parameters, and has additionally failed to correctly handle a \"no overlap\" response (which would normally result in a handshake failure in ALPN) then it will be vulnerable to this problem. In the case of NPN, the protocol permits the client to opportunistically select a protocol when there is no overlap. OpenSSL returns the first client protocol in the no overlap case in support of this. The list of client protocols comes from the application and should never normally be expected to be of zero length. However if the SSL_select_next_proto function is accidentally called with a client_len of 0 then an invalid memory pointer will be returned instead. If the application uses this output as the opportunistic protocol then the loss of confidentiality will occur. This issue has been assessed as Low severity because applications are most likely to be vulnerable if they are using NPN instead of ALPN - but NPN is not widely used. It also requires an application configuration or programming error. Finally, this issue would not typically be under attacker control making active exploitation unlikely. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue. Due to the low severity of this issue we are not issuing new releases of OpenSSL at this time. The fix will be included in the next releases when they become available.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-5535"
},
{
"cve": "CVE-2024-5742",
"cwe": {
"id": "CWE-377",
"name": "Insecure Temporary File"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in GNU Nano that allows a possible privilege escalation through an insecure temporary file. If Nano is killed while editing, a file it saves to an emergency file with the permissions of the running user provides a window of opportunity for attackers to escalate privileges through a malicious symlink.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-5742"
},
{
"cve": "CVE-2024-6409",
"cwe": {
"id": "CWE-364",
"name": "Signal Handler Race Condition"
},
"notes": [
{
"category": "summary",
"text": "A race condition vulnerability was discovered in how signals are handled by OpenSSH\u0027s server (sshd). If a remote attacker does not authenticate within a set time period, then sshd\u0027s SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog(). As a consequence of a successful attack, in the worst case scenario, an attacker may be able to perform a remote code execution (RCE) as an unprivileged user running the sshd server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-6409"
},
{
"cve": "CVE-2024-7264",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "libcurl\u0027s ASN1 parser code has the `GTime2str()` function, used for parsing an ASN.1 Generalized Time field. If given an syntactically incorrect field, the parser might end up using -1 for the length of the *time fraction*, leading to a `strlen()` getting performed on a pointer to a heap buffer area that is not (purposely) null terminated. This flaw most likely leads to a crash, but can also lead to heap contents getting returned to the application when [CURLINFO_CERTINFO](https://curl.se/libcurl/c/CURLINFO_CERTINFO.html) is used.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-7264"
},
{
"cve": "CVE-2024-8096",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it might fail to detect some OCSP problems and instead wrongly consider the response as fine. If the returned status reports another error than \u0027revoked\u0027 (like for example \u0027unauthorized\u0027) it is not treated as a bad certficate.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-8096"
},
{
"cve": "CVE-2024-8176",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "summary",
"text": "A stack overflow vulnerability exists in the libexpat library due to the way it handles recursive entity expansion in XML documents. When parsing an XML document with deeply nested entity references, libexpat can be forced to recurse indefinitely, exhausting the stack space and causing a crash. This issue could lead to denial of service (DoS) or, in some cases, exploitable memory corruption, depending on the environment and library usage.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-8176"
},
{
"cve": "CVE-2024-9143",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Use of the low-level GF(2m) elliptic curve APIs with untrusted explicit values for the field polynomial can lead to out-of-bounds memory reads or writes. Impact summary: Out of bound memory writes can lead to an application crash or even a possibility of a remote code execution, however, in all the protocols involving Elliptic Curve Cryptography that we\u0027re aware of, either only \"named curves\" are supported, or, if explicit curve parameters are supported, they specify an X9.62 encoding of binary (GF(2m)) curves that can\u0027t represent problematic input values. Thus the likelihood of existence of a vulnerable application is low. In particular, the X9.62 encoding is used for ECC keys in X.509 certificates, so problematic inputs cannot occur in the context of processing X.509 certificates. Any problematic use-cases would have to be using an \"exotic\" curve encoding. The affected APIs include: EC_GROUP_new_curve_GF2m(), EC_GROUP_new_from_params(), and various supporting BN_GF2m_*() functions. Applications working with \"exotic\" explicit binary (GF(2m)) curve parameters, that make it possible to represent invalid field polynomials with a zero constant term, via the above or similar APIs, may terminate abruptly as a result of reading or writing outside of array bounds. Remote code execution cannot easily be ruled out. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-9143"
},
{
"cve": "CVE-2024-11053",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "When asked to both use a `.netrc` file for credentials and to follow HTTP redirects, curl could leak the password used for the first host to the followed-to host under certain circumstances. This flaw only manifests itself if the netrc file has an entry that matches the redirect target hostname but the entry either omits just the password or omits both login and password.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-11053"
},
{
"cve": "CVE-2024-26645",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: tracing: Ensure visibility when inserting an element into tracing_map.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-26645"
},
{
"cve": "CVE-2024-26671",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix IO hang from sbitmap wakeup race.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-26671"
},
{
"cve": "CVE-2024-26679",
"cwe": {
"id": "CWE-413",
"name": "Improper Resource Locking"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\n\r\ninet: read sk-\u003esk_family once in inet_recv_error()",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-26679"
},
{
"cve": "CVE-2024-26772",
"cwe": {
"id": "CWE-413",
"name": "Improper Resource Locking"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\n\r\next4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()\r\n\r\nPlaces the logic for checking if the group\u0027s block bitmap is corrupt under\r\nthe protection of the group lock to avoid allocating blocks from the group\r\nwith a corrupted block bitmap.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-26772"
},
{
"cve": "CVE-2024-26773",
"cwe": {
"id": "CWE-413",
"name": "Improper Resource Locking"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-26773"
},
{
"cve": "CVE-2024-26777",
"cwe": {
"id": "CWE-369",
"name": "Divide By Zero"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\n\r\nfbdev: sis: Error out if pixclock equals zero",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-26777"
},
{
"cve": "CVE-2024-26805",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: netlink: Fix kernel-infoleak-after-free in skb_datagram_iter.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-26805"
},
{
"cve": "CVE-2024-26835",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\n\r\nnetfilter: nf_tables: set dormant flag on hook register failure",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-26835"
},
{
"cve": "CVE-2024-26863",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: hsr: Fix uninit-value access in hsr_get_node().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-26863"
},
{
"cve": "CVE-2024-26878",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: quota: Fix potential NULL pointer dereference.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-26878"
},
{
"cve": "CVE-2024-26880",
"cwe": {
"id": "CWE-99",
"name": "Improper Control of Resource Identifiers (\u0027Resource Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: dm: call the resume method on internal suspend.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-26880"
},
{
"cve": "CVE-2024-26898",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-26898"
},
{
"cve": "CVE-2024-26901",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-26901"
},
{
"cve": "CVE-2024-26923",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix garbage collector racing against connect().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-26923"
},
{
"cve": "CVE-2024-26957",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: fix reference counting on zcrypt card objects.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-26957"
},
{
"cve": "CVE-2024-26973",
"cwe": {
"id": "CWE-457",
"name": "Use of Uninitialized Variable"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: fat: fix uninitialized field in nostale filehandles When fat_encode_fh_nostale() encodes file handle without a parent it stores only first 10 bytes of the file handle. However the length of the file handle must be a multiple of 4 so the file handle is actually 12 bytes long and the last two bytes remain uninitialized. This is not great at we potentially leak uninitialized information with the handle to userspace. Properly initialize the full handle length.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-26973"
},
{
"cve": "CVE-2024-27020",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: Fix potential data-race in nft_expr_type_get().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-27020"
},
{
"cve": "CVE-2024-27032",
"cwe": {
"id": "CWE-833",
"name": "Deadlock"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential panic during recovery During recovery, if FAULT_BLOCK is on, it is possible that f2fs_reserve_new_block() will return -ENOSPC during recovery, then it may trigger panic. Also, if fault injection rate is 1 and only FAULT_BLOCK fault type is on, it may encounter deadloop in loop of block reservation. Let\u0027s change as below to fix these issues: - remove bug_on() to avoid panic. - limit the loop count of block reservation to avoid potential deadloop.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-27032"
},
{
"cve": "CVE-2024-27065",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: do not compare internal table flags on updates Restore skipping transaction if table update does not modify flags.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-27065"
},
{
"cve": "CVE-2024-27074",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: media: go7007: fix a memleak in go7007_load_encoder.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-27074"
},
{
"cve": "CVE-2024-28182",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "nghttp2 is an implementation of the Hypertext Transfer Protocol version 2 in C. The nghttp2 library prior to version 1.61.0 keeps reading the unbounded number of HTTP/2 CONTINUATION frames even after a stream is reset to keep HPACK context in sync. This causes excessive CPU usage to decode HPACK stream. nghttp2 v1.61.0 mitigates this vulnerability by limiting the number of CONTINUATION frames it accepts per stream. There is no workaround for this vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-28182"
},
{
"cve": "CVE-2024-28757",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"notes": [
{
"category": "summary",
"text": "libexpat through 2.6.1 allows an XML Entity Expansion attack when there is isolated use of external parsers (created via XML_ExternalEntityParserCreate).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-28757"
},
{
"cve": "CVE-2024-28834",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in GnuTLS. The Minerva attack is a cryptographic vulnerability that exploits deterministic behavior in systems like GnuTLS, leading to side-channel leaks. In specific scenarios, such as when using the GNUTLS_PRIVKEY_FLAG_REPRODUCIBLE flag, it can result in a noticeable step in nonce size from 513 to 512 bits, exposing a potential timing side-channel.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-28834"
},
{
"cve": "CVE-2024-28835",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"notes": [
{
"category": "summary",
"text": "A flaw has been discovered in GnuTLS where an application crash can be induced when attempting to verify a specially crafted .pem bundle using the \"certtool --verify-chain\" command.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-28835"
},
{
"cve": "CVE-2024-33621",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: ipvlan: Dont Use skb-\u003esk in ipvlan_process_v4 / 6_outbound.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-33621"
},
{
"cve": "CVE-2024-34459",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in xmllint (from libxml2) before 2.11.8 and 2.12.x before 2.12.7. Formatting error messages with xmllint --htmlout can result in a buffer over-read in xmlHTMLPrintFileContext in xmllint.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-34459"
},
{
"cve": "CVE-2024-35807",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: ext4: fix corruption during on-line resize.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-35807"
},
{
"cve": "CVE-2024-35809",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: PCI/PM: Drain runtime-idle callbacks before driver removal.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-35809"
},
{
"cve": "CVE-2024-35830",
"cwe": {
"id": "CWE-665",
"name": "Improper Initialization"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: media: tc358743: register v4l2 async device only after successful setup Ensure the device has been setup correctly before registering the v4l2 async device, thus allowing userspace to access.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-35830"
},
{
"cve": "CVE-2024-35888",
"cwe": {
"id": "CWE-457",
"name": "Use of Uninitialized Variable"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: erspan: make sure erspan_base_hdr is present in skb-\u003ehead.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-35888"
},
{
"cve": "CVE-2024-35910",
"cwe": {
"id": "CWE-665",
"name": "Improper Initialization"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp timers firing after the corresponding netns has been dismantled. Fortunately Josef Bacik could trigger the issue more often, and could test a patch I wrote two years ago. When TCP sockets are closed, we call inet_csk_clear_xmit_timers() to \u0027stop\u0027 the timers. inet_csk_clear_xmit_timers() can be called from any context, including when socket lock is held. This is the reason it uses sk_stop_timer(), aka del_timer(). This means that ongoing timers might finish much later. For user sockets, this is fine because each running timer holds a reference on the socket, and the user socket holds a reference on the netns. For kernel sockets, we risk that the netns is freed before timer can complete, because kernel sockets do not hold reference on the netns. This patch adds inet_csk_clear_xmit_timers_sync() function that using sk_stop_timer_sync() to make sure all timers are terminated before the kernel socket is released. Modules using kernel sockets close them in their netns exit() handler. Also add sock_not_owned_by_me() helper to get LOCKDEP support : inet_csk_clear_xmit_timers_sync() must not be called while socket lock is held. It is very possible we can revert in the future commit 3a58f13a881e (\"net: rds: acquire refcount on TCP sockets\") which attempted to solve the issue in rds only. (net/smc/af_smc.c and net/mptcp/subflow.c have similar code) We probably can remove the check_net() tests from tcp_out_of_resources() and __tcp_close() in the future.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-35910"
},
{
"cve": "CVE-2024-35925",
"cwe": {
"id": "CWE-369",
"name": "Divide By Zero"
},
"notes": [
{
"category": "summary",
"text": "block: prevent division by zero in blk_rq_stat_sum()",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-35925"
},
{
"cve": "CVE-2024-35944",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-35944"
},
{
"cve": "CVE-2024-36017",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation Each attribute inside a nested IFLA_VF_VLAN_LIST is assumed to be a struct ifla_vf_vlan_info so the size of such attribute needs to be at least of sizeof(struct ifla_vf_vlan_info) which is 14 bytes. The current size validation in do_setvfinfo is against NLA_HDRLEN (4 bytes) which is less than sizeof(struct ifla_vf_vlan_info) so this validation is not enough and a too small attribute might be cast to a struct ifla_vf_vlan_info, this might result in an out of bands read access when accessing the saved (casted) entry in ivvl.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-36017"
},
{
"cve": "CVE-2024-36286",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-36286"
},
{
"cve": "CVE-2024-36484",
"cwe": {
"id": "CWE-99",
"name": "Improper Control of Resource Identifiers (\u0027Resource Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-36484"
},
{
"cve": "CVE-2024-36904",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-36904"
},
{
"cve": "CVE-2024-36905",
"cwe": {
"id": "CWE-369",
"name": "Divide By Zero"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-36905"
},
{
"cve": "CVE-2024-36934",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: bna: ensure the copied buf is NUL terminated Currently, we allocate a nbytes-sized kernel buffer and copy nbytes from userspace to that buffer. Later, we use sscanf on this buffer but we don\u0027t ensure that the string is terminated inside the buffer, this can lead to OOB read when using sscanf. Fix this issue by using memdup_user_nul instead of memdup_user.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-36934"
},
{
"cve": "CVE-2024-37356",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: tcp: Fix shift-out-of-bounds in dctcp_update_alpha().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-37356"
},
{
"cve": "CVE-2024-38596",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-38596"
},
{
"cve": "CVE-2024-38598",
"cwe": {
"id": "CWE-667",
"name": "Improper Locking"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-38598"
},
{
"cve": "CVE-2024-38612",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix invalid unregister error path The error path of seg6_init() is wrong in case CONFIG_IPV6_SEG6_LWTUNNEL is not defined. In that case if seg6_hmac_init() fails, the genl_unregister_family() isn\u0027t called. This issue exist since commit 46738b1317e1 (\"ipv6: sr: add option to control lwtunnel support\"), and commit 5559cea2d5aa (\"ipv6: sr: fix possible use-after-free and null-ptr-deref\") replaced unregister_pernet_subsys() with genl_unregister_family() in this error path.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-38612"
},
{
"cve": "CVE-2024-38621",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: media: stk1160: fix bounds checking in stk1160_copy_video() The subtract in this condition is reversed. The -\u003elength is the length of the buffer. The -\u003ebytesused is how many bytes we have copied thus far. When the condition is reversed that means the result of the subtraction is always negative but since it\u0027s unsigned then the result is a very high positive value. That means the overflow check is never true. Additionally, the -\u003ebytesused doesn\u0027t actually work for this purpose because we\u0027re not writing to \"buf-\u003emem + buf-\u003ebytesused\". Instead, the math to calculate the destination where we are writing is a bit involved. You calculate the number of full lines already written, multiply by two, skip a line if necessary so that we start on an odd numbered line, and add the offset into the line. To fix this buffer overflow, just take the actual destination where we are writing, if the offset is already out of bounds print an error and return. Otherwise, write up to buf-\u003elength bytes.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-38621"
},
{
"cve": "CVE-2024-38780",
"cwe": {
"id": "CWE-667",
"name": "Improper Locking"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: dma-buf/sw-sync: don\u0027t enable IRQ from sync_print_obj().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-38780"
},
{
"cve": "CVE-2024-39292",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: um: Add winch to winch_handlers before registering winch IRQ Registering a winch IRQ is racy, an interrupt may occur before the winch is added to the winch_handlers list. If that happens, register_winch_irq() adds to that list a winch that is scheduled to be (or has already been) freed, causing a panic later in winch_cleanup(). Avoid the race by adding the winch to the winch_handlers list before registering the IRQ, and rolling back if um_request_irq() fails.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-39292"
},
{
"cve": "CVE-2024-39469",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors The error handling in nilfs_empty_dir() when a directory folio/page read fails is incorrect, as in the old ext2 implementation, and if the folio/page cannot be read or nilfs_check_folio() fails, it will falsely determine the directory as empty and corrupt the file system. In addition, since nilfs_empty_dir() does not immediately return on a failed folio/page read, but continues to loop, this can cause a long loop with I/O if i_size of the directory\u0027s inode is also corrupted, causing the log writer thread to wait and hang, as reported by syzbot. Fix these issues by making nilfs_empty_dir() immediately return a false value (0) if it fails to get a directory folio/page.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-39469"
},
{
"cve": "CVE-2024-39487",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-39487"
},
{
"cve": "CVE-2024-39489",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix memleak in seg6_hmac_init_algo seg6_hmac_init_algo returns without cleaning up the previous allocations if one fails, so it\u0027s going to leak all that memory and the crypto tfms. Update seg6_hmac_exit to only free the memory when allocated, so we can reuse the code directly.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-39489"
},
{
"cve": "CVE-2024-40901",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-40901"
},
{
"cve": "CVE-2024-40959",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-40959"
},
{
"cve": "CVE-2024-41046",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: net: ethernet: lantiq_etop: fix double free in detach The number of the currently released descriptor is never incremented which results in the same skb being released multiple times.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-41046"
},
{
"cve": "CVE-2024-42070",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers register store validation for NFT_DATA_VALUE is conditional, however, the datatype is always either NFT_DATA_VALUE or NFT_DATA_VERDICT. This only requires a new helper function to infer the register type from the set datatype so this conditional check can be removed. Otherwise, pointer to chain object can be leaked through the registers.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-42070"
},
{
"cve": "CVE-2024-42096",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: x86: stop playing stack games in profile_pc().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-42096"
},
{
"cve": "CVE-2024-42106",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: inet_diag: Initialize pad field in struct inet_diag_req_v2.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-42106"
},
{
"cve": "CVE-2024-42131",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: mm: avoid overflows in dirty throttling logic The dirty throttling logic is interspersed with assumptions that dirty limits in PAGE_SIZE units fit into 32-bit (so that various multiplications fit into 64-bits). If limits end up being larger, we will hit overflows, possible divisions by 0 etc. Fix these problems by never allowing so large dirty limits as they have dubious practical value anyway. For dirty_bytes / dirty_background_bytes interfaces we can just refuse to set so large limits. For dirty_ratio / dirty_background_ratio it isn\u0027t so simple as the dirty limit is computed from the amount of available memory which can change due to memory hotplug etc. So when converting dirty limits from ratios to numbers of pages, we just don\u0027t allow the result to exceed UINT_MAX. This is root-only triggerable problem which occurs when the operator sets dirty limits to \u003e16 TB.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-42131"
},
{
"cve": "CVE-2024-42154",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: tcp_metrics: validate source addr length I don\u0027t see anything checking that TCP_METRICS_ATTR_SADDR_IPV4 is at least 4 bytes long, and the policy doesn\u0027t have an entry for this attribute at all (neither does it for IPv6 but v6 is manually validated).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-42154"
},
{
"cve": "CVE-2024-43871",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: devres: Fix memory leakage caused by driver API devm_free_percpu() It will cause memory leakage when use driver API devm_free_percpu() to free memory allocated by devm_alloc_percpu(), fixed by using devres_release() instead of devres_destroy() within devm_free_percpu().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-43871"
},
{
"cve": "CVE-2024-44944",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: use helper function to calculate expect ID Delete expectation path is missing a call to the nf_expect_get_id() helper function to calculate the expectation ID, otherwise LSB of the expectation object address is leaked to userspace.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-44944"
},
{
"cve": "CVE-2024-44965",
"cwe": {
"id": "CWE-229",
"name": "Improper Handling of Values"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix pti_clone_pgtable() alignment assumption Guenter reported dodgy crashes on an i386-nosmp build using GCC-11 that had the form of endless traps until entry stack exhaust and then #DF from the stack guard. It turned out that pti_clone_pgtable() had alignment assumptions on the start address, notably it hard assumes start is PMD aligned. This is true on x86_64, but very much not true on i386. These assumptions can cause the end condition to malfunction, leading to a \u0027short\u0027 clone. Guess what happens when the user mapping has a short copy of the entry text? Use the correct increment form for addr to avoid alignment assumptions.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-44965"
},
{
"cve": "CVE-2024-46743",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: of/irq: Prevent device address out-of-bounds read in interrupt map walk.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-46743"
},
{
"cve": "CVE-2024-46745",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: Input: uinput - reject requests with unreasonable number of slots When exercising uinput interface syzkaller may try setting up device with a really large number of slots, which causes memory allocation failure in input_mt_init_slots(). While this allocation failure is handled properly and request is rejected, it results in syzkaller reports. Additionally, such request may put undue burden on the system which will try to free a lot of memory for a bogus request. Fix it by limiting allowed number of slots to 100. This can easily be extended if we see devices that can track more than 100 contacts.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-46745"
},
{
"cve": "CVE-2024-46750",
"cwe": {
"id": "CWE-413",
"name": "Improper Resource Locking"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: PCI: Add missing bridge lock to pci_bus_lock().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-46750"
},
{
"cve": "CVE-2024-47684",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\n\r\ntcp: check skb is non-NULL in tcp_rto_delta_us()\r\n\r\nWe have some machines running stock Ubuntu 20.04.6 which is their 5.4.0-174-generic\r\nkernel that are running ceph and recently hit a null ptr dereference in\r\ntcp_rearm_rto(). Initially hitting it from the TLP path, but then later we also\r\nsaw it getting hit from the RACK case as well. Here are examples of the oops\r\nmessages we saw in each of those cases:\r\n\r\nJul 26 15:05:02 rx [11061395.780353] BUG: kernel NULL pointer dereference, address: 0000000000000020\r\nJul 26 15:05:02 rx [11061395.787572] #PF: supervisor read access in kernel mode\r\nJul 26 15:05:02 rx [11061395.792971] #PF: error_code(0x0000) - not-present page\r\nJul 26 15:05:02 rx [11061395.798362] PGD 0 P4D 0\r\nJul 26 15:05:02 rx [11061395.801164] Oops: 0000 [#1] SMP NOPTI\r\nJul 26 15:05:02 rx [11061395.805091] CPU: 0 PID: 9180 Comm: msgr-worker-1 Tainted: G W 5.4.0-174-generic #193-Ubuntu\r\nJul 26 15:05:02 rx [11061395.814996] Hardware name: Supermicro SMC 2x26 os-gen8 64C NVME-Y 256G/H12SSW-NTR, BIOS 2.5.V1.2U.NVMe.UEFI 05/09/2023\r\nJul 26 15:05:02 rx [11061395.825952] RIP: 0010:tcp_rearm_rto+0xe4/0x160\r\nJul 26 15:05:02 rx [11061395.830656] Code: 87 ca 04 00 00 00 5b 41 5c 41 5d 5d c3 c3 49 8b bc 24 40 06 00 00 eb 8d 48 bb cf f7 53 e3 a5 9b c4 20 4c 89 ef e8 0c fe 0e 00 \u003c48\u003e 8b 78 20 48 c1 ef 03 48 89 f8 41 8b bc 24 80 04 00 00 48 f7 e3\r\nJul 26 15:05:02 rx [11061395.849665] RSP: 0018:ffffb75d40003e08 EFLAGS: 00010246\r\nJul 26 15:05:02 rx [11061395.855149] RAX: 0000000000000000 RBX: 20c49ba5e353f7cf RCX: 0000000000000000\r\nJul 26 15:05:02 rx [11061395.862542] RDX: 0000000062177c30 RSI: 000000000000231c RDI: ffff9874ad283a60\r\nJul 26 15:05:02 rx [11061395.869933] RBP: ffffb75d40003e20 R08: 0000000000000000 R09: ffff987605e20aa8\r\nJul 26 15:05:02 rx [11061395.877318] R10: ffffb75d40003f00 R11: ffffb75d4460f740 R12: ffff9874ad283900\r\nJul 26 15:05:02 rx [11061395.884710] R13: ffff9874ad283a60 R14: ffff9874ad283980 R15: ffff9874ad283d30\r\nJul 26 15:05:02 rx [11061395.892095] FS: 00007f1ef4a2e700(0000) GS:ffff987605e00000(0000) knlGS:0000000000000000\r\nJul 26 15:05:02 rx [11061395.900438] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\r\nJul 26 15:05:02 rx [11061395.906435] CR2: 0000000000000020 CR3: 0000003e450ba003 CR4: 0000000000760ef0\r\nJul 26 15:05:02 rx [11061395.913822] PKRU: 55555554\r\nJul 26 15:05:02 rx [11061395.916786] Call Trace:\r\nJul 26 15:05:02 rx [11061395.919488]\r\nJul 26 15:05:02 rx [11061395.921765] ? show_regs.cold+0x1a/0x1f\r\nJul 26 15:05:02 rx [11061395.925859] ? __die+0x90/0xd9\r\nJul 26 15:05:02 rx [11061395.929169] ? no_context+0x196/0x380\r\nJul 26 15:05:02 rx [11061395.933088] ? ip6_protocol_deliver_rcu+0x4e0/0x4e0\r\nJul 26 15:05:02 rx [11061395.938216] ? ip6_sublist_rcv_finish+0x3d/0x50\r\nJul 26 15:05:02 rx [11061395.943000] ? __bad_area_nosemaphore+0x50/0x1a0\r\nJul 26 15:05:02 rx [11061395.947873] ? bad_area_nosemaphore+0x16/0x20\r\nJul 26 15:05:02 rx [11061395.952486] ? do_user_addr_fault+0x267/0x450\r\nJul 26 15:05:02 rx [11061395.957104] ? ipv6_list_rcv+0x112/0x140\r\nJul 26 15:05:02 rx [11061395.961279] ? __do_page_fault+0x58/0x90\r\nJul 26 15:05:02 rx [11061395.965458] ? do_page_fault+0x2c/0xe0\r\nJul 26 15:05:02 rx [11061395.969465] ? page_fault+0x34/0x40\r\nJul 26 15:05:02 rx [11061395.973217] ? tcp_rearm_rto+0xe4/0x160\r\nJul 26 15:05:02 rx [11061395.977313] ? tcp_rearm_rto+0xe4/0x160\r\nJul 26 15:05:02 rx [11061395.981408] tcp_send_loss_probe+0x10b/0x220\r\nJul 26 15:05:02 rx [11061395.985937] tcp_write_timer_handler+0x1b4/0x240\r\nJul 26 15:05:02 rx [11061395.990809] tcp_write_timer+0x9e/0xe0\r\nJul 26 15:05:02 rx [11061395.994814] ? tcp_write_timer_handler+0x240/0x240\r\nJul 26 15:05:02 rx [11061395.999866] call_timer_fn+0x32/0x130\r\nJul 26 15:05:02 rx [11061396.003782] __run_timers.part.0+0x180/0x280\r\nJul 26 15:05:02 rx [11061396.008309] ? recalibrate_cpu_khz+0x10/0x10\r\nJul 26 15:05:02 rx [11061396.012841] ? native_x2apic_icr_write+0x30/0x30\r\nJul 26 15:05:02 rx [11061396.017718] ? lapic_next_even\r\n---truncated---",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-47684"
},
{
"cve": "CVE-2024-47701",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: ext4: avoid OOB when system.data xattr changes underneath the filesystem.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-47701"
},
{
"cve": "CVE-2024-47707",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "ipv6: A NULL dereference vulnerability may occur in rt6_uncached_list_flush_dev() due to the necessary check being removed by a previous commit.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-47707"
},
{
"cve": "CVE-2024-47737",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: nfsd: call cache_put if xdr_reserve_space returns NULL.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-47737"
},
{
"cve": "CVE-2024-48881",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-48881"
},
{
"cve": "CVE-2024-49881",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: ext4: update orig_path in ext4_find_extent().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-49881"
},
{
"cve": "CVE-2024-49884",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: ext4: fix slab-use-after-free in ext4_split_extent_at().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-49884"
},
{
"cve": "CVE-2024-49948",
"cwe": {
"id": "CWE-124",
"name": "Buffer Underwrite (\u0027Buffer Underflow\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: net: add more sanity checks to qdisc_pkt_len_init().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-49948"
},
{
"cve": "CVE-2024-49949",
"cwe": {
"id": "CWE-124",
"name": "Buffer Underwrite (\u0027Buffer Underflow\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: net: avoid potential underflow in qdisc_pkt_len_init() with UFO.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-49949"
},
{
"cve": "CVE-2024-49952",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: prevent nf_skb_duplicated corruption.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-49952"
},
{
"cve": "CVE-2024-49982",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: aoe: fix the potential use-after-free problem in more places For fixing CVE-2023-6270, f98364e92662 (\"aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts\") makes tx() calling dev_put() instead of doing in aoecmd_cfg_pkts(). It avoids that the tx() runs into use-after-free. Then Nicolai Stange found more places in aoe have potential use-after-free problem with tx(). e.g. revalidate(), aoecmd_ata_rw(), resend(), probe() and aoecmd_cfg_rsp(). Those functions also use aoenet_xmit() to push packet to tx queue. So they should also use dev_hold() to increase the refcnt of skb-\u003edev. On the other hand, moving dev_put() to tx() causes that the refcnt of skb-\u003edev be reduced to a negative value, because corresponding dev_hold() are not called in revalidate(), aoecmd_ata_rw(), resend(), probe(), and aoecmd_cfg_rsp(). This patch fixed this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-49982"
},
{
"cve": "CVE-2024-49997",
"cwe": {
"id": "CWE-226",
"name": "Sensitive Information in Resource Not Removed Before Reuse"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: net: ethernet: lantiq_etop: fix memory disclosure When applying padding, the buffer is not zeroed, which results in memory disclosure. The mentioned data is observed on the wire. This patch uses skb_put_padto() to pad Ethernet frames properly. The mentioned function zeroes the expanded buffer. In case the packet cannot be padded it is silently dropped. Statistics are also not incremented. This driver does not support statistics in the old 32-bit format or the new 64-bit format. These will be added in the future. In its current form, the patch should be easily backported to stable versions. Ethernet MACs on Amazon-SE and Danube cannot do padding of the packets in hardware, so software padding must be applied.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-49997"
},
{
"cve": "CVE-2024-50006",
"cwe": {
"id": "CWE-833",
"name": "Deadlock"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: ext4: fix i_data_sem unlock order in ext4_ind_migrate().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-50006"
},
{
"cve": "CVE-2024-50040",
"cwe": {
"id": "CWE-390",
"name": "Detection of Error Condition Without Action"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: igb: Do not bring the device up after non-fatal error.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-50040"
},
{
"cve": "CVE-2024-50045",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: netfilter: br_netfilter: fix panic with metadata_dst skb.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-50045"
},
{
"cve": "CVE-2024-50251",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_payload: sanitize offset and length before calling skb_checksum() If access to offset + length is larger than the skbuff length, then skb_checksum() triggers BUG_ON(). skb_checksum() internally subtracts the length parameter while iterating over skbuff, BUG_ON(len) at the end of it checks that the expected length to be included in the checksum calculation is fully consumed.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-50251"
},
{
"cve": "CVE-2024-50262",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: bpf: Fix out-of-bounds write in trie_get_next_key().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-50262"
},
{
"cve": "CVE-2024-50299",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: sctp: properly validate chunk size in sctp_sf_ootb()",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-50299"
},
{
"cve": "CVE-2024-50301",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: security/keys: fix slab-out-of-bounds in key_task_permission.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-50301"
},
{
"cve": "CVE-2024-50602",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in libexpat before 2.6.4. There is a crash within the XML_ResumeParser function because XML_StopParser can stop/suspend an unstarted parser.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-50602"
},
{
"cve": "CVE-2024-52332",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "igb: Fix potential invalid memory access in igb_init_module() The pci_register_driver() can fail and when this happened, the dca_notifier needs to be unregistered, otherwise the dca_notifier can be called when igb fails to install, resulting to invalid memory access.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-52332"
},
{
"cve": "CVE-2024-52533",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "gio/gsocks4aproxy.c in GNOME GLib before 2.82.1 has an off-by-one error and resultant buffer overflow because SOCKS4_CONN_MSG_LEN is not sufficient for a trailing \u0027\\\\0\u0027 character.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-52533"
},
{
"cve": "CVE-2024-53057",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-53057"
},
{
"cve": "CVE-2024-53124",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "net: fix data-races around sk sk_forward_alloc.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-53124"
},
{
"cve": "CVE-2024-53140",
"cwe": {
"id": "CWE-755",
"name": "Improper Handling of Exceptional Conditions"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: netlink: terminate outstanding dump on socket close Netlink supports iterative dumping of data. It provides the families the following ops: - start - (optional) kicks off the dumping process - dump - actual dump helper, keeps getting called until it returns 0 - done - (optional) pairs with .start, can be used for cleanup The whole process is asynchronous and the repeated calls to .dump don\u0027t actually happen in a tight loop, but rather are triggered in response to recvmsg() on the socket. This gives the user full control over the dump, but also means that the user can close the socket without getting to the end of the dump. To make sure .start is always paired with .done we check if there is an ongoing dump before freeing the socket, and if so call .done. The complication is that sockets can get freed from BH and .done is allowed to sleep. So we use a workqueue to defer the call, when needed. Unfortunately this does not work correctly. What we defer is not the cleanup but rather releasing a reference on the socket. We have no guarantee that we own the last reference, if someone else holds the socket they may release it in BH and we\u0027re back to square one. The whole dance, however, appears to be unnecessary. Only the user can interact with dumps, so we can clean up when socket is closed. And close always happens in process context. Some async code may still access the socket after close, queue notification skbs to it etc. but no dumps can start, end or otherwise make progress. Delete the workqueue and flush the dump state directly from the release handler. Note that further cleanup is possible in -next, for instance we now always call .done before releasing the main module reference, so dump doesn\u0027t have to take a reference of its own.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-53140"
},
{
"cve": "CVE-2024-53164",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: net: sched: fix ordering of qlen adjustment Changes to sch-\u003eq.qlen around qdisc_tree_reduce_backlog() need to happen _before_ a call to said function because otherwise it may fail to notify parent qdiscs when the child is about to become empty.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-53164"
},
{
"cve": "CVE-2024-53165",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: sh: intc: Fix use-after-free bug in register_intc_controller() In the error handling for this function, d is freed without ever removing it from intc_list which would lead to a use after free. To fix this, let\u0027s only add it to the list after everything has succeeded.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-53165"
},
{
"cve": "CVE-2024-53217",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent NULL dereference in nfsd4_process_cb_update().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-53217"
},
{
"cve": "CVE-2024-56433",
"cwe": {
"id": "CWE-1188",
"name": "Initialization of a Resource with an Insecure Default"
},
"notes": [
{
"category": "summary",
"text": "shadow-utils (aka shadow) 4.4 through 4.17.0 establishes a default /etc/subuid behavior (e.g., uid 100000 through 165535 for the first user account) that can realistically conflict with the uids of users defined on locally administered networks, potentially leading to account takeover, e.g., by leveraging newuidmap for access to an NFS home directory (or same-host resources in the case of remote logins by these local network users). NOTE: it may also be argued that system administrators should not have assigned uids, within local networks, that are within the range that can occur in /etc/subuid.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-56433"
},
{
"cve": "CVE-2024-56569",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "ftrace: Fix regression with module command in stack_trace_filter When executing the following command: # echo \"write*:mod:ext3\" \u003e /sys/kernel/tracing/stack_trace_filter The current mod command causes a null pointer dereference. While commit 0f17976568b3f (\"ftrace: Fix regression with module command in stack_trace_filter\") has addressed part of the issue, it left a corner case unhandled, which still results in a kernel crash.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-56569"
},
{
"cve": "CVE-2024-56570",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: ovl: Filter invalid inodes with missing lookup function Add a check to the ovl_dentry_weird() function to prevent the processing of directory inodes that lack the lookup function.This is important because such inodes can cause errors in overlayfs when passed to the lowerstack.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-56570"
},
{
"cve": "CVE-2024-56600",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "net: inet6: do not leave a dangling sk pointer in inet6_create() sock_init_data() attaches the allocated sk pointer to the provided sock object. If inet6_create() fails later, the sk object is released, but the sock object retains the dangling sk pointer, which may cause use-after-free later. Clear the sock sk pointer on error.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-56600"
},
{
"cve": "CVE-2024-56601",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: net: inet: do not leave a dangling sk pointer in inet_create() sock_init_data() attaches the allocated sk object to the provided sock object. If inet_create() fails later, the sk object is freed, but the sock object retains the dangling pointer, which may create use-after-free later. Clear the sk pointer in the sock object on error.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-56601"
},
{
"cve": "CVE-2024-56606",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "af_packet: avoid erroring out after sock_init_data() in packet_create() After sock_init_data() the allocated sk object is attached to the provided sock object. On error, packet_create() frees the sk object leaving the dangling pointer in the sock object on return. Some other code may try to use this pointer and cause use-after-free.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-56606"
},
{
"cve": "CVE-2024-56644",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: net/ipv6: release expired exception dst cached in socket Dst objects get leaked in ip6_negative_advice() when this function is executed for an expired IPv6 route located in the exception table.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-56644"
},
{
"cve": "CVE-2024-56650",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: netfilter: x_tables: fix LED ID check in led_tg_check() Syzbot has reported the following BUG detected by KASAN",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-56650"
},
{
"cve": "CVE-2024-56770",
"cwe": {
"id": "CWE-670",
"name": "Always-Incorrect Control Flow Implementation"
},
"notes": [
{
"category": "summary",
"text": "net/sched: netem: The interface fully stops transferring packets and \"locks\". In this case, the child qdisc and tfifo are empty, but \u0027qlen\u0027 indicates the tfifo is at its limit and no more packets are accepted.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-56770"
},
{
"cve": "CVE-2024-56779",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"notes": [
{
"category": "summary",
"text": "nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur\r\n\r\nThe action force umount(umount -f) will attempt to kill all rpc_task even\r\numount operation may ultimately fail if some files remain open.\r\nConsequently, if an action attempts to open a file, it can potentially\r\nsend two rpc_task to nfs server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-56779"
},
{
"cve": "CVE-2024-56780",
"cwe": {
"id": "CWE-833",
"name": "Deadlock"
},
"notes": [
{
"category": "summary",
"text": "quota: flush quota_release_work upon quota writeback One of the paths quota writeback is called from is: freeze_super() sync_filesystem() ext4_sync_fs() dquot_writeback_dquots().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-56780"
},
{
"cve": "CVE-2024-57884",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"notes": [
{
"category": "summary",
"text": "mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim()\r\n\r\nThe task sometimes continues looping in throttle_direct_reclaim() because\r\nallow_direct_reclaim(pgdat) keeps returning false.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-57884"
},
{
"cve": "CVE-2024-57901",
"cwe": {
"id": "CWE-664",
"name": "Improper Control of a Resource Through its Lifetime"
},
"notes": [
{
"category": "summary",
"text": "af_packet: vlan_get_protocol_dgram() vs MSG_PEEK Blamed allowing a crash.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2024-57901"
},
{
"cve": "CVE-2025-0167",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "When asked to use a .netrc file for credentials and to follow HTTP redirects, curl could leak the password used for the first host to the followed-to host under certain circumstances. This flaw only manifests itself if the netrc file has a default entry that omits both login and password. A rare circumstance.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.4,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2025-0167"
},
{
"cve": "CVE-2025-0395",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"notes": [
{
"category": "summary",
"text": "When the assert() function in the GNU C Library versions 2.13 to 2.40 fails, it does not allocate enough space for the assertion failure message string and size information, which may lead to a buffer overflow if the message string size aligns to page size.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2025-0395"
},
{
"cve": "CVE-2025-0665",
"cwe": {
"id": "CWE-1341",
"name": "Multiple Releases of Same Resource or Handle"
},
"notes": [
{
"category": "summary",
"text": "libcurl would wrongly close the same eventfd file descriptor twice when taking down a connection channel after having completed a threaded name resolve.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2025-0665"
},
{
"cve": "CVE-2025-0725",
"cwe": {
"id": "CWE-680",
"name": "Integer Overflow to Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "When libcurl is asked to perform automatic gzip decompression of content-encoded HTTP responses with the CURLOPT_ACCEPT_ENCODING option, using zlib 1.2.0.3 or older, an attacker-controlled integer overflow would make libcurl perform a buffer overflow.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2025-0725"
},
{
"cve": "CVE-2025-1390",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "summary",
"text": "The PAM module pam_cap.so of libcap configuration supports group names starting with \u201c@\u201d, during actual parsing, configurations not starting with \u201c@\u201d are incorrectly recognized as group names. This may result in nonintended users being granted an inherited capability set, potentially leading to security risks. Attackers can exploit this vulnerability to achieve local privilege escalation on systems where /etc/security/capability.conf is used to configure user inherited privileges by constructing specific usernames.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2025-1390"
},
{
"cve": "CVE-2025-3277",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "An integer overflow can be triggered in SQLite\u0027s \u0027concat_ws()\u0027 function. The resulting, truncated integer is then used to allocate a buffer. When SQLite then writes the resulting string to the buffer, it uses the original, untruncated size and thus a wild Heap Buffer overflow of size 4GB can be triggered. This can result in arbitrary code execution.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2025-3277"
},
{
"cve": "CVE-2025-3360",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "1. Describe what is the vulnerability about, e.g.:\n Affected devices do not properly validate input in the hack-me endpoint of the web service.\n\n 2. Describe what an attacker could do with it - e.g.:\n This could allow an unauthenticated remote attacker to execute arbitrary code on the device.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 0.0,
"baseSeverity": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2025-3360"
},
{
"cve": "CVE-2025-21694",
"cwe": {
"id": "CWE-667",
"name": "Improper Locking"
},
"notes": [
{
"category": "summary",
"text": "fs/proc: softlockup in __read_vmcore",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2025-21694"
},
{
"cve": "CVE-2025-26466",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the OpenSSH package. For each ping packet the SSH server receives, a pong packet is allocated in a memory buffer and stored in a queue of packages. It is only freed when the server/client key exchange has finished. A malicious client may keep sending such packages, leading to an uncontrolled increase in memory consumption on the server side. Consequently, the server may become unavailable, resulting in a denial of service attack.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2025-26466"
},
{
"cve": "CVE-2025-29087",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "In SQLite, the concat_ws() SQL function can cause memory to be written beyond the end of a malloc-allocated buffer. If the separator argument is attacker-controlled and has a large string (e.g., 2MB or more), an integer overflow occurs in calculating the size of the result buffer, and thus malloc may not allocate enough memory.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2025-29087"
},
{
"cve": "CVE-2025-29088",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability in sqlite allows an attacker to cause a denial of service via the SQLITE_DBCONFIG_LOOKASIDE component.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2025-29088"
},
{
"cve": "CVE-2025-32728",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"notes": [
{
"category": "summary",
"text": "In sshd in OpenSSH before 10.0, the DisableForwarding directive does not adhere to the documentation stating that it disables X11 and agent forwarding.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Only build and run applications from trusted sources.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.1.5 or later version",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109478459/"
}
],
"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-0001",
"CSAFPID-0002",
"CSAFPID-0003",
"CSAFPID-0004",
"CSAFPID-0005"
]
}
],
"title": "CVE-2025-32728"
}
]
}
ICSA-23-166-11
Vulnerability from csaf_cisa - Published: 2023-06-13 00:00 - Updated: 2024-04-09 00:00Summary
Siemens SIMATIC S7-1500 TM MFP Linux Kernel
Notes
Summary
Multiple vulnerabilities have been identified in the additional GNU/Linux subsystem of the SIMATIC S7-1500 TM MFP V1.0.
Siemens has released a new version for SIMATIC S7-1500 TM MFP - GNU/Linux subsystem and recommends to update to the latest version.
This advisory lists vulnerabilities for firmware version V1.0 only; for V1.1 refer to Siemens Security Advisory SSA-265688 (
https://cert-portal.siemens.com/productcert/html/ssa-265688.html).
General Recommendations
As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download:
https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.
Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity
Additional Resources
For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories
Terms of Use
Siemens Security Advisories are subject to the terms and conditions contained in Siemens' underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter "License Terms"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens' Global Website (https://www.siemens.com/terms_of_use, hereinafter "Terms of Use"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.
Legal Notice
All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Advisory Conversion Disclaimer
This CISA CSAF advisory was converted from Siemens ProductCERT's CSAF advisory.
Critical infrastructure sectors
Multiple
Countries/areas deployed
Worldwide
Company headquarters location
Germany
Recommended Practices
CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.
Recommended Practices
Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.
Recommended Practices
Locate control system networks and remote devices behind firewalls and isolate them from business networks.
Recommended Practices
When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.
Recommended Practices
CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
Recommended Practices
CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices
CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Recommended Practices
Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.
{
"document": {
"acknowledgments": [
{
"organization": "Siemens ProductCERT",
"summary": "reporting these vulnerabilities to CISA."
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://us-cert.cisa.gov/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Multiple vulnerabilities have been identified in the additional GNU/Linux subsystem of the SIMATIC S7-1500 TM MFP V1.0.\n\nSiemens has released a new version for SIMATIC S7-1500 TM MFP -\u00a0GNU/Linux subsystem and recommends to update to the latest version.\n\nThis advisory lists vulnerabilities for firmware version V1.0 only; for V1.1 refer to Siemens Security Advisory SSA-265688 (\nhttps://cert-portal.siemens.com/productcert/html/ssa-265688.html).",
"title": "Summary"
},
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "General Recommendations"
},
{
"category": "general",
"text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.",
"title": "Terms of Use"
},
{
"category": "legal_disclaimer",
"text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.",
"title": "Legal Notice"
},
{
"category": "other",
"text": "This CISA CSAF advisory was converted from Siemens ProductCERT\u0027s CSAF advisory.",
"title": "Advisory Conversion Disclaimer"
},
{
"category": "other",
"text": "Multiple",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "Germany",
"title": "Company headquarters location"
},
{
"category": "general",
"text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
}
],
"publisher": {
"category": "other",
"contact_details": "central@cisa.dhs.gov",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "SSA-794697: Vulnerabilities in the additional GNU/Linux subsystem of the SIMATIC S7-1500 TM MFP before V1.1 - CSAF Version",
"url": "https://cert-portal.siemens.com/productcert/csaf/ssa-794697.json"
},
{
"category": "self",
"summary": "SSA-794697: Vulnerabilities in the additional GNU/Linux subsystem of the SIMATIC S7-1500 TM MFP before V1.1 - HTML Version",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-794697.html"
},
{
"category": "self",
"summary": "SSA-794697: Vulnerabilities in the additional GNU/Linux subsystem of the SIMATIC S7-1500 TM MFP before V1.1 - PDF Version",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-794697.pdf"
},
{
"category": "self",
"summary": "SSA-794697: Vulnerabilities in the additional GNU/Linux subsystem of the SIMATIC S7-1500 TM MFP before V1.1 - TXT Version",
"url": "https://cert-portal.siemens.com/productcert/txt/ssa-794697.txt"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-23-166-11 JSON",
"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2023/icsa-23-166-11.json"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-23-166-11 - Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-23-166-11"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/topics/industrial-control-systems"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B"
}
],
"title": "Siemens SIMATIC S7-1500 TM MFP Linux Kernel",
"tracking": {
"current_release_date": "2024-04-09T00:00:00.000000Z",
"generator": {
"engine": {
"name": "CISA CSAF Generator",
"version": "1.0.0"
}
},
"id": "ICSA-23-166-11",
"initial_release_date": "2023-06-13T00:00:00.000000Z",
"revision_history": [
{
"date": "2023-06-13T00:00:00.000000Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
},
{
"date": "2023-07-11T00:00:00.000000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Added CVE-2022-4269, CVE-2023-3141, CVE-2023-3268, CVE-2023-31436, CVE-2023-32233"
},
{
"date": "2023-08-08T00:00:00.000000Z",
"legacy_version": "1.2",
"number": "3",
"summary": "Added CVE-2023-3446, CVE-2023-3389, CVE-2022-1015, \r\nCVE-2023-3609"
},
{
"date": "2023-09-12T00:00:00.000000Z",
"legacy_version": "1.3",
"number": "4",
"summary": "Added CVE-2023-3338"
},
{
"date": "2023-11-14T00:00:00.000000Z",
"legacy_version": "1.4",
"number": "5",
"summary": "Added CVE-2023-1206, CVE-2023-2898, CVE-2023-3610, CVE-2023-3611, CVE-2023-3772, CVE-2023-3773, CVE-2023-3777, CVE-2023-4004, CVE-2023-4015, CVE-2023-4273, CVE-2023-4623, CVE-2023-4921, CVE-2023-35001, CVE-2023-37453, CVE-2023-39192, CVE-2023-39193, CVE-2023-39194, CVE-2023-42753, CVE-2023-42755"
},
{
"date": "2023-12-12T00:00:00.000000Z",
"legacy_version": "1.5",
"number": "6",
"summary": "Added CVE-2021-44879, CVE-2023-5178, CVE-2023-5197, CVE-2023-5678, CVE-2023-5717, CVE-2023-31085, CVE-2023-35827, CVE-2023-39189, CVE-2023-42754, CVE-2023-45863, CVE-2023-45871"
},
{
"date": "2024-01-09T00:00:00.000000Z",
"legacy_version": "1.6",
"number": "7",
"summary": "Added CVE-2023-48795"
},
{
"date": "2024-02-13T00:00:00.000000Z",
"legacy_version": "1.7",
"number": "8",
"summary": "Added CVE-2020-12762, CVE-2023-6606, CVE-2023-6931, CVE-2023-6932, CVE-2023-7008, CVE-2023-7104, CVE-2023-36660, CVE-2023-50495, CVE-2023-51384, CVE-2023-51385, CVE-2023-51767, CVE-2024-0232, CVE-2024-0553, CVE-2024-0567, CVE-2024-0584, CVE-2024-0684, CVE-2024-22365, CVE-2024-25062"
},
{
"date": "2024-04-09T00:00:00.000000Z",
"legacy_version": "1.8",
"number": "9",
"summary": "Added fix for SIMATIC S7-1500 TM MFP - GNU/Linux subsystem"
}
],
"status": "final",
"version": "9"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV1.1",
"product": {
"name": "SIMATIC S7-1500 TM MFP -\u00a0GNU/Linux subsystem",
"product_id": "CSAFPID-0001"
}
}
],
"category": "product_name",
"name": "SIMATIC S7-1500 TM MFP -\u00a0GNU/Linux subsystem"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-12762",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "json-c through 0.14 has an integer overflow and out-of-bounds write via a large JSON file, as demonstrated by printbuf_memappend.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-12762"
},
{
"cve": "CVE-2021-3759",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "A memory overflow vulnerability was found in the Linux kernel\u2019s ipc functionality of the memcg subsystem, in the way a user calls the semget function multiple times, creating semaphores. This flaw allows a local user to starve the resources, causing a denial of service. The highest threat from this vulnerability is to system availability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-3759"
},
{
"cve": "CVE-2021-4037",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in the fs/inode.c:inode_init_owner() function logic of the LInux kernel that allows local users to create files for the XFS file-system with an unintended group ownership and with group execution and SGID permission bits set, in a scenario where a directory is SGID and belongs to a certain group and is writable by a user who is not a member of this group. This can lead to excessive permissions granted in case when they should not. This vulnerability is similar to the previous CVE-2018-13405 and adds the missed fix for the XFS.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-4037"
},
{
"cve": "CVE-2021-33655",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "When sending malicous data to kernel by ioctl cmd FBIOPUT_VSCREENINFO,kernel will write memory out of bounds.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-33655"
},
{
"cve": "CVE-2021-44879",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In gc_data_segment in fs/f2fs/gc.c in the Linux kernel before 5.16.3, special files are not considered, leading to a move_data_page NULL pointer dereference.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-44879"
},
{
"cve": "CVE-2022-0171",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Linux kernel. The existing KVM SEV API has a vulnerability that allows a non-root (host) user-level application to crash the host kernel by creating a confidential guest VM instance in AMD CPU that supports Secure Encrypted Virtualization (SEV).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-0171"
},
{
"cve": "CVE-2022-1012",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"notes": [
{
"category": "summary",
"text": "A memory leak problem was found in the TCP source port generation algorithm in net/ipv4/tcp.c due to the small table perturb size. This flaw may allow an attacker to information leak and may cause a denial of service problem.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-1012"
},
{
"cve": "CVE-2022-1015",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Linux kernel in linux/net/netfilter/nf_tables_api.c of the netfilter subsystem. This flaw allows a local user to cause an out-of-bounds write issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-1015"
},
{
"cve": "CVE-2022-1184",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free flaw was found in fs/ext4/namei.c:dx_insert_block() in the Linux kernel\u2019s filesystem sub-component. This flaw allows a local attacker with a user privilege to cause a denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-1184"
},
{
"cve": "CVE-2022-1292",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The c_rehash script does not properly sanitise shell metacharacters to prevent command injection.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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-0001"
]
}
],
"title": "CVE-2022-1292"
},
{
"cve": "CVE-2022-1343",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "Under certain circumstances, the command line OCSP verify function reports successful verification when the verification in fact failed. In this case the incorrect successful response will also be accompanied by error messages showing the failure and contradicting the apparently successful result.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-1343"
},
{
"cve": "CVE-2022-1434",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"notes": [
{
"category": "summary",
"text": "When using the RC4-MD5 ciphersuite, which is disabled by default, an attacker is able to modify data in transit due to an incorrect use of the AAD data as the MAC key in OpenSSL 3.0. An attacker is not able to decrypt any communication.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-1434"
},
{
"cve": "CVE-2022-1462",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An out-of-bounds read flaw was found in the Linux kernel\u2019s TeleTYpe subsystem. The issue occurs in how a user triggers a race condition using ioctls TIOCSPTLCK and TIOCGPTPEER and TIOCSTI and TCXONC with leakage of memory in the flush_to_ldisc function. This flaw allows a local user to crash the system or read unauthorized random data from memory.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-1462"
},
{
"cve": "CVE-2022-1473",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "summary",
"text": "The used OpenSSL version improperly reuses memory when decoding certificates or keys. This can lead to a process termination and Denial of Service for long lived processes.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-1473"
},
{
"cve": "CVE-2022-1679",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free flaw was found in the Linux kernel\u2019s Atheros wireless adapter driver in the way a user forces the ath9k_htc_wait_for_target function to fail with some input messages. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-1679"
},
{
"cve": "CVE-2022-1852",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "A NULL pointer dereference flaw was found in the Linux kernel\u2019s KVM module, which can lead to a denial of service in the x86_emulate_insn in arch/x86/kvm/emulate.c. This flaw occurs while executing an illegal instruction in guest in the Intel CPU.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-1852"
},
{
"cve": "CVE-2022-1882",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free flaw was found in the Linux kernel\u2019s pipes functionality in how a user performs manipulations with the pipe post_one_notification() after free_pipe_info() that is already called. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-1882"
},
{
"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": "summary",
"text": "In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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-0001"
]
}
],
"title": "CVE-2022-2068"
},
{
"cve": "CVE-2022-2078",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in the Linux kernel\u0027s nft_set_desc_concat_parse() function .This flaw allows an attacker to trigger a buffer overflow via nft_set_desc_concat_parse() , causing a denial of service and possibly to run code.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-2078"
},
{
"cve": "CVE-2022-2097",
"cwe": {
"id": "CWE-326",
"name": "Inadequate Encryption Strength"
},
"notes": [
{
"category": "summary",
"text": "AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was preexisting in the memory that wasn\u0027t written. In the special case of \"in place\" encryption, sixteen bytes of the plaintext would be revealed. Since OpenSSL does not support OCB based cipher suites for TLS and DTLS, they are both unaffected.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-2097"
},
{
"cve": "CVE-2022-2153",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Linux kernel\u2019s KVM when attempting to set a SynIC IRQ. This issue makes it possible for a misbehaving VMM to write to SYNIC/STIMER MSRs, causing a NULL pointer dereference. This flaw allows an unprivileged local attacker on the host to issue specific ioctl calls, causing a kernel oops condition that results in a denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-2153"
},
{
"cve": "CVE-2022-2274",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "The OpenSSL 3.0.4 release introduced a serious bug in the RSA implementation for X86_64 CPUs supporting the AVX512IFMA instructions. This issue makes the RSA implementation with 2048 bit private keys incorrect on such machines and memory corruption will happen during the computation. As a consequence of the memory corruption an attacker may be able to trigger a remote code execution on the machine performing the computation. SSL/TLS servers or other servers using 2048 bit RSA private keys running on machines supporting AVX512IFMA instructions of the X86_64 architecture are affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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-0001"
]
}
],
"title": "CVE-2022-2274"
},
{
"cve": "CVE-2022-2327",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "io_uring use work_flags to determine which identity need to grab from the calling process to make sure it is consistent with the calling process when executing IORING_OP. Some operations are missing some types, which can lead to incorrect reference counts which can then lead to a double free. We recommend upgrading the kernel past commit df3f3bb5059d20ef094d6b2f0256c4bf4127a859",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-2327"
},
{
"cve": "CVE-2022-2503",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "summary",
"text": "Dm-verity is used for extending root-of-trust to root filesystems. LoadPin builds on this property to restrict module/firmware loads to just the trusted root filesystem. Device-mapper table reloads currently allow users with root privileges to switch out the target with an equivalent dm-linear target and bypass verification till reboot. This allows root to bypass LoadPin and can be used to load untrusted and unverified kernel modules and firmware, which implies arbitrary kernel execution and persistence for peripherals that do not verify firmware updates. We recommend upgrading past commit 4caae58406f8ceb741603eee460d79bacca9b1b5",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-2503"
},
{
"cve": "CVE-2022-2586",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free flaw was found in nf_tables cross-table in the net/netfilter/nf_tables_api.c function in the Linux kernel. This flaw allows a local, privileged attacker to cause a use-after-free problem at the time of table deletion, possibly leading to local privilege escalation.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-2586"
},
{
"cve": "CVE-2022-2588",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Zhenpeng Lin discovered that the network packet scheduler implementation in the Linux kernel did not properly remove all references to a route filter before freeing it in some situations. A local attacker could use this to cause a denial of service (system crash) or execute arbitrary code.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-2588"
},
{
"cve": "CVE-2022-2602",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Linux kernel. A race issue occurs between an io_uring request and the Unix socket garbage collector, allowing an attacker local privilege escalation.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-2602"
},
{
"cve": "CVE-2022-2663",
"cwe": {
"id": "CWE-923",
"name": "Improper Restriction of Communication Channel to Intended Endpoints"
},
"notes": [
{
"category": "summary",
"text": "An issue was found in the Linux kernel in nf_conntrack_irc where the message handling can be confused and incorrectly matches the message. A firewall may be able to be bypassed when users are using unencrypted IRC with nf_conntrack_irc configured.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-2663"
},
{
"cve": "CVE-2022-2905",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "An out-of-bounds memory read flaw was found in the Linux kernel\u0027s BPF subsystem in how a user calls the bpf_tail_call function with a key larger than the max_entries of the map. This flaw allows a local user to gain unauthorized access to data.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-2905"
},
{
"cve": "CVE-2022-2959",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A race condition was found in the Linux kernel\u0027s watch queue due to a missing lock in pipe_resize_ring(). The specific flaw exists within the handling of pipe buffers. The issue results from the lack of proper locking when performing operations on an object. This flaw allows a local user to crash the system or escalate their privileges on the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-2959"
},
{
"cve": "CVE-2022-2978",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A flaw use after free in the Linux kernel NILFS file system was found in the way user triggers function security_inode_alloc to fail with following call to function nilfs_mdt_destroy. A local user could use this flaw to crash the system or potentially escalate their privileges on the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-2978"
},
{
"cve": "CVE-2022-3028",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A race condition was found in the Linux kernel\u0027s IP framework for transforming packets (XFRM subsystem) when multiple calls to xfrm_probe_algs occurred simultaneously. This flaw could allow a local attacker to potentially trigger an out-of-bounds write or leak kernel heap memory by performing an out-of-bounds read and copying it into a socket.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3028"
},
{
"cve": "CVE-2022-3104",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in the Linux kernel through 5.16-rc6. lkdtm_ARRAY_BOUNDS in drivers/misc/lkdtm/bugs.c lacks check of the return value of kmalloc() and will cause the null pointer dereference.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3104"
},
{
"cve": "CVE-2022-3115",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in the Linux kernel through 5.16-rc6. malidp_crtc_reset in drivers/gpu/drm/arm/malidp_crtc.c lacks check of the return value of kzalloc() and will cause the null pointer dereference.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3115"
},
{
"cve": "CVE-2022-3169",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Linux kernel. A denial of service flaw may occur if there is a consecutive request of the NVME_IOCTL_RESET and the NVME_IOCTL_SUBSYS_RESET through the device file of the driver, resulting in a PCIe link disconnect.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3169"
},
{
"cve": "CVE-2022-3303",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A race condition flaw was found in the Linux kernel sound subsystem due to improper locking. It could lead to a NULL pointer dereference while handling the SNDCTL_DSP_SYNC ioctl. A privileged local user (root or member of the audio group) could use this flaw to crash the system, resulting in a denial of service condition",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3303"
},
{
"cve": "CVE-2022-3521",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability has been found in Linux Kernel and classified as problematic. This vulnerability affects the function kcm_tx_work of the file net/kcm/kcmsock.c of the component kcm. The manipulation leads to race condition. It is recommended to apply a patch to fix this issue. VDB-211018 is the identifier assigned to this vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3521"
},
{
"cve": "CVE-2022-3524",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in Linux Kernel. It has been declared as problematic. Affected by this vulnerability is the function ipv6_renew_options of the component IPv6 Handler. The manipulation leads to memory leak. The attack can be launched remotely. It is recommended to apply a patch to fix this issue. The identifier VDB-211021 was assigned to this vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3524"
},
{
"cve": "CVE-2022-3534",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability classified as critical has been found in Linux Kernel. Affected is the function btf_dump_name_dups of the file tools/lib/bpf/btf_dump.c of the component libbpf. The manipulation leads to use after free. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-211032.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3534"
},
{
"cve": "CVE-2022-3545",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability has been found in Linux Kernel and classified as critical. Affected by this vulnerability is the function area_cache_get of the file drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c of the component IPsec. The manipulation leads to use after free. It is recommended to apply a patch to fix this issue. The identifier VDB-211045 was assigned to this vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3545"
},
{
"cve": "CVE-2022-3564",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability classified as critical was found in Linux Kernel. Affected by this vulnerability is the function l2cap_reassemble_sdu of the file net/bluetooth/l2cap_core.c of the component Bluetooth. The manipulation leads to use after free. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-211087.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3564"
},
{
"cve": "CVE-2022-3565",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability, which was classified as critical, has been found in Linux Kernel. Affected by this issue is the function del_timer of the file drivers/isdn/mISDN/l1oip_core.c of the component Bluetooth. The manipulation leads to use after free. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-211088.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3565"
},
{
"cve": "CVE-2022-3586",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Linux kernel\u2019s networking code. A use-after-free was found in the way the sch_sfb enqueue function used the socket buffer (SKB) cb field after the same SKB had been enqueued (and freed) into a child qdisc. This flaw allows a local, unprivileged user to crash the system, causing a denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3586"
},
{
"cve": "CVE-2022-3594",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in Linux Kernel. It has been declared as problematic. Affected by this vulnerability is the function intr_callback of the file drivers/net/usb/r8152.c of the component BPF. The manipulation leads to logging of excessive data. The attack can be launched remotely. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-211363.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3594"
},
{
"cve": "CVE-2022-3606",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in Linux Kernel. It has been classified as problematic. This affects the function find_prog_by_sec_insn of the file tools/lib/bpf/libbpf.c of the component BPF. The manipulation leads to null pointer dereference. It is recommended to apply a patch to fix this issue. The identifier VDB-211749 was assigned to this vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3606"
},
{
"cve": "CVE-2022-3621",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in Linux Kernel. It has been classified as problematic. Affected is the function nilfs_bmap_lookup_at_level of the file fs/nilfs2/inode.c of the component nilfs2. The manipulation leads to null pointer dereference. It is possible to launch the attack remotely. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-211920.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3621"
},
{
"cve": "CVE-2022-3625",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in Linux Kernel. It has been classified as critical. This affects the function devlink_param_set/devlink_param_get of the file net/core/devlink.c of the component IPsec. The manipulation leads to use after free. It is recommended to apply a patch to fix this issue. The identifier VDB-211929 was assigned to this vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3625"
},
{
"cve": "CVE-2022-3628",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A buffer overflow flaw was found in the Linux kernel Broadcom Full MAC Wi-Fi driver. This issue occurs when a user connects to a malicious USB device. This can allow a local user to crash the system or escalate their privileges.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3628"
},
{
"cve": "CVE-2022-3629",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in Linux Kernel. It has been declared as problematic. This vulnerability affects the function vsock_connect of the file net/vmw_vsock/af_vsock.c. The manipulation leads to memory leak. It is recommended to apply a patch to fix this issue. VDB-211930 is the identifier assigned to this vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3629"
},
{
"cve": "CVE-2022-3633",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability classified as problematic has been found in Linux Kernel. Affected is the function j1939_session_destroy of the file net/can/j1939/transport.c. The manipulation leads to memory leak. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-211932.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3633"
},
{
"cve": "CVE-2022-3635",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability, which was classified as critical, has been found in Linux Kernel. Affected by this issue is the function tst_timer of the file drivers/atm/idt77252.c of the component IPsec. The manipulation leads to use after free. It is recommended to apply a patch to fix this issue. VDB-211934 is the identifier assigned to this vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3635"
},
{
"cve": "CVE-2022-3646",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability, which was classified as problematic, has been found in Linux Kernel. This issue affects the function nilfs_attach_log_writer of the file fs/nilfs2/segment.c of the component BPF. The manipulation leads to memory leak. The attack may be initiated remotely. It is recommended to apply a patch to fix this issue. The identifier VDB-211961 was assigned to this vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3646"
},
{
"cve": "CVE-2022-3649",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in Linux Kernel. It has been classified as problematic. Affected is the function nilfs_new_inode of the file fs/nilfs2/inode.c of the component BPF. The manipulation leads to use after free. It is possible to launch the attack remotely. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-211992.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-3649"
},
{
"cve": "CVE-2022-4095",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free flaw was found in Linux kernel before 5.19.2. This issue occurs in cmd_hdl_filter in drivers/staging/rtl8712/rtl8712_cmd.c, allowing an attacker to launch a local denial of service attack and gain escalation of privileges.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-4095"
},
{
"cve": "CVE-2022-4129",
"cwe": {
"id": "CWE-667",
"name": "Improper Locking"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Linux kernel\u0027s Layer 2 Tunneling Protocol (L2TP). A missing lock when clearing sk_user_data can lead to a race condition and NULL pointer dereference. A local user could use this flaw to potentially crash the system causing a denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-4129"
},
{
"cve": "CVE-2022-4139",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"notes": [
{
"category": "summary",
"text": "An incorrect TLB flush issue was found in the Linux kernel\u2019s GPU i915 kernel driver, potentially leading to random memory corruption or data leaks. This flaw could allow a local user to crash the system or escalate their privileges on the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-4139"
},
{
"cve": "CVE-2022-4269",
"cwe": {
"id": "CWE-833",
"name": "Deadlock"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Linux kernel Traffic Control (TC) subsystem. Using a specific networking configuration (redirecting egress packets to ingress using TC action \"mirred\") a local unprivileged user could trigger a CPU soft lockup (ABBA deadlock) when the transport protocol in use (TCP or SCTP) does a retransmission, resulting in a denial of service condition.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-4269"
},
{
"cve": "CVE-2022-4304",
"cwe": {
"id": "CWE-326",
"name": "Inadequate Encryption Strength"
},
"notes": [
{
"category": "summary",
"text": "A timing based side channel exists in the OpenSSL RSA Decryption implementation which could be sufficient to recover a plaintext across a network in a Bleichenbacher style attack. To achieve a successful decryption an attacker would have to be able to send a very large number of trial messages for decryption. The vulnerability affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP and RSASVE. For example, in a TLS connection, RSA is commonly used by a client to send an encrypted pre-master secret to the server. An attacker that had observed a genuine connection between a client and a server could use this flaw to send trial messages to the server and record the time taken to process them. After a sufficiently large number of messages the attacker could recover the pre-master secret used for the original connection and thus be able to decrypt the application data sent over that connection.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-4304"
},
{
"cve": "CVE-2022-4450",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the \"name\" (e.g. \"CERTIFICATE\"), any header data and the payload data. If the function succeeds then the \"name_out\", \"header\" and \"data\" arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. It is possible to construct a PEM file that results in 0 bytes of payload data. In this case PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a buffer that has already been freed. If the caller also frees this buffer then a double free will occur. This will most likely lead to a crash. This could be exploited by an attacker who has the ability to supply malicious PEM files for parsing to achieve a denial of service attack. The functions PEM_read_bio() and PEM_read() are simple wrappers around PEM_read_bio_ex() and therefore these functions are also directly affected. These functions are also called indirectly by a number of other OpenSSL functions including PEM_X509_INFO_read_bio_ex() and SSL_CTX_use_serverinfo_file() which are also vulnerable. Some OpenSSL internal uses of these functions are not vulnerable because the caller does not free the header argument if PEM_read_bio_ex() returns a failure code. These locations include the PEM_read_bio_TYPE() functions as well as the decoders introduced in OpenSSL 3.0. The OpenSSL asn1parse command line application is also impacted by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-4450"
},
{
"cve": "CVE-2022-4662",
"cwe": {
"id": "CWE-455",
"name": "Non-exit on Failed Initialization"
},
"notes": [
{
"category": "summary",
"text": "A flaw incorrect access control in the Linux kernel USB core subsystem was found in the way user attaches usb device. A local user could use this flaw to crash the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-4662"
},
{
"cve": "CVE-2022-20421",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In binder_inc_ref_for_node of binder.c, there is a possible way to corrupt memory due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-239630375References: Upstream kernel",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-20421"
},
{
"cve": "CVE-2022-20422",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In emulation_proc_handler of armv8_deprecated.c, there is a possible way to corrupt memory due to a race condition. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-237540956References: Upstream kernel",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-20422"
},
{
"cve": "CVE-2022-20566",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In l2cap_chan_put of l2cap_core, there is a possible use after free due to improper locking. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-165329981References: Upstream kernel",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-20566"
},
{
"cve": "CVE-2022-20572",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"notes": [
{
"category": "summary",
"text": "In verity_target of dm-verity-target.c, there is a possible way to modify read-only files due to a missing permission check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-234475629References: Upstream kernel",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-20572"
},
{
"cve": "CVE-2022-21123",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"notes": [
{
"category": "summary",
"text": "Incomplete cleanup of multi-core shared buffers for some Intel(R) Processors may allow an authenticated user to potentially enable information disclosure via local access.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-21123"
},
{
"cve": "CVE-2022-21125",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"notes": [
{
"category": "summary",
"text": "Incomplete cleanup of microarchitectural fill buffers on some Intel(R) Processors may allow an authenticated user to potentially enable information disclosure via local access.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-21125"
},
{
"cve": "CVE-2022-21166",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"notes": [
{
"category": "summary",
"text": "Incomplete cleanup in specific special register write operations for some Intel(R) Processors may allow an authenticated user to potentially enable information disclosure via local access.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-21166"
},
{
"cve": "CVE-2022-21505",
"cwe": {
"id": "CWE-305",
"name": "Authentication Bypass by Primary Weakness"
},
"notes": [
{
"category": "summary",
"text": "A bug in the IMA subsystem was discovered which would incorrectly allow kexec to be used when kernel lockdown was enabled",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-21505"
},
{
"cve": "CVE-2022-26373",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "Non-transparent sharing of return predictor targets between contexts in some Intel(R) Processors may allow an authorized user to potentially enable information disclosure via local access.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-26373"
},
{
"cve": "CVE-2022-32250",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "net/netfilter/nf_tables_api.c in the Linux kernel through 5.18.1 allows a local user (able to create user/net namespaces) to escalate privileges to root because an incorrect NFT_STATEFUL_EXPR check leads to a use-after-free.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32250"
},
{
"cve": "CVE-2022-32296",
"cwe": {
"id": "CWE-203",
"name": "Observable Discrepancy"
},
"notes": [
{
"category": "summary",
"text": "The Linux kernel before 5.17.9 allows TCP servers to identify clients by observing what source ports are used. This occurs because of use of Algorithm 4 (\"Double-Hash Port Selection Algorithm\") of RFC 6056.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32296"
},
{
"cve": "CVE-2022-34918",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in the Linux kernel through 5.18.9. A type confusion bug in nft_set_elem_init (leading to a buffer overflow) could be used by a local attacker to escalate privileges, a different vulnerability than CVE-2022-32250. (The attacker can obtain root access, but must start with an unprivileged user namespace to obtain CAP_NET_ADMIN access.) This can be fixed in nft_setelem_parse_data in net/netfilter/nf_tables_api.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-34918"
},
{
"cve": "CVE-2022-36123",
"cwe": {
"id": "CWE-311",
"name": "Missing Encryption of Sensitive Data"
},
"notes": [
{
"category": "summary",
"text": "The Linux kernel before 5.18.13 lacks a certain clear operation for the block starting symbol (.bss). This allows Xen PV guest OS users to cause a denial of service or gain privileges.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-36123"
},
{
"cve": "CVE-2022-36280",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An out-of-bounds(OOB) memory access vulnerability was found in vmwgfx driver in drivers/gpu/vmxgfx/vmxgfx_kms.c in GPU component in the Linux kernel with device file \u0027/dev/dri/renderD128 (or Dxxx)\u0027. This flaw allows a local attacker with a user account on the system to gain privilege, causing a denial of service(DoS).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-36280"
},
{
"cve": "CVE-2022-36879",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in the Linux kernel through 5.18.14. xfrm_expand_policies in net/xfrm/xfrm_policy.c can cause a refcount to be dropped twice.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-36879"
},
{
"cve": "CVE-2022-36946",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "nfqnl_mangle in net/netfilter/nfnetlink_queue.c in the Linux kernel through 5.18.14 allows remote attackers to cause a denial of service (panic) because, in the case of an nf_queue verdict with a one-byte nfta_payload attribute, an skb_pull can encounter a negative skb-\u003elen.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-36946"
},
{
"cve": "CVE-2022-39188",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in include/asm-generic/tlb.h in the Linux kernel before 5.19. Because of a race condition (unmap_mapping_range versus munmap), a device driver can free a page while it still has stale TLB entries. This only occurs in situations with VM_PFNMAP VMAs.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-39188"
},
{
"cve": "CVE-2022-39190",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in net/netfilter/nf_tables_api.c in the Linux kernel before 5.19.6. A denial of service can occur upon binding to an already bound chain.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-39190"
},
{
"cve": "CVE-2022-40307",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in the Linux kernel through 5.19.8. drivers/firmware/efi/capsule-loader.c has a race condition with a resultant use-after-free.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-40307"
},
{
"cve": "CVE-2022-40768",
"cwe": {
"id": "CWE-668",
"name": "Exposure of Resource to Wrong Sphere"
},
"notes": [
{
"category": "summary",
"text": "drivers/scsi/stex.c in the Linux kernel through 5.19.9 allows local users to obtain sensitive information from kernel memory because stex_queuecommand_lck lacks a memset for the PASSTHRU_CMD case.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-40768"
},
{
"cve": "CVE-2022-41218",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In drivers/media/dvb-core/dmxdev.c in the Linux kernel through 5.19.10, there is a use-after-free caused by refcount races, affecting dvb_demux_open and dvb_dmxdev_release.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-41218"
},
{
"cve": "CVE-2022-41222",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "mm/mremap.c in the Linux kernel before 5.13.3 has a use-after-free via a stale TLB because an rmap lock is not held during a PUD move.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-41222"
},
{
"cve": "CVE-2022-41674",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in the Linux kernel before 5.19.16. Attackers able to inject WLAN frames could cause a buffer overflow in the ieee80211_bss_info_update function in net/mac80211/scan.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-41674"
},
{
"cve": "CVE-2022-41849",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "drivers/video/fbdev/smscufx.c in the Linux kernel through 5.19.12 has a race condition and resultant use-after-free if a physically proximate attacker removes a USB device while calling open(), aka a race condition between ufx_ops_open and ufx_usb_disconnect.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-41849"
},
{
"cve": "CVE-2022-41850",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "roccat_report_event in drivers/hid/hid-roccat.c in the Linux kernel through 5.19.12 has a race condition and resultant use-after-free in certain situations where a report is received while copying a report-\u003evalue is in progress.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-41850"
},
{
"cve": "CVE-2022-42328",
"cwe": {
"id": "CWE-667",
"name": "Improper Locking"
},
"notes": [
{
"category": "summary",
"text": "Guests can trigger deadlock in Linux netback driver [This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] The patch for XSA-392 introduced another issue which might result in a deadlock when trying to free the SKB of a packet dropped due to the XSA-392 handling (CVE-2022-42328). Additionally when dropping packages for other reasons the same deadlock could occur in case of netpoll being active for the interface the xen-netback driver is connected to (CVE-2022-42329).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-42328"
},
{
"cve": "CVE-2022-42329",
"cwe": {
"id": "CWE-667",
"name": "Improper Locking"
},
"notes": [
{
"category": "summary",
"text": "Guests can trigger deadlock in Linux netback drive. The patch for XSA-392 introduced another issue which might result in a deadlock when trying to free the SKB of a packet dropped due to the XSA-392 handling (CVE-2022-42328). Additionally when dropping packages for other reasons the same deadlock could occur in case of netpoll being active for the interface the xen-netback driver is connected to (CVE-2022-42329).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-42329"
},
{
"cve": "CVE-2022-42432",
"cwe": {
"id": "CWE-457",
"name": "Use of Uninitialized Variable"
},
"notes": [
{
"category": "summary",
"text": "This vulnerability allows local attackers to disclose sensitive information on affected installations of the Linux Kernel 6.0-rc2. An attacker must first obtain the ability to execute high-privileged code on the target system in order to exploit this vulnerability. The specific flaw exists within the nft_osf_eval function. The issue results from the lack of proper initialization of memory prior to accessing it. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of the kernel. Was ZDI-CAN-18540.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-42432"
},
{
"cve": "CVE-2022-42703",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "mm/rmap.c in the Linux kernel before 5.19.7 has a use-after-free related to leaf anon_vma double reuse.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-42703"
},
{
"cve": "CVE-2022-42719",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free in the mac80211 stack when parsing a multi-BSSID element in the Linux kernel 5.2 through 5.19.x before 5.19.16 could be used by attackers (able to inject WLAN frames) to crash the kernel and potentially execute code.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/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-0001"
]
}
],
"title": "CVE-2022-42719"
},
{
"cve": "CVE-2022-42720",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "Various refcounting bugs in the multi-BSS handling in the mac80211 stack in the Linux kernel 5.1 through 5.19.x before 5.19.16 could be used by local attackers (able to inject WLAN frames) to trigger use-after-free conditions to potentially execute code.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-42720"
},
{
"cve": "CVE-2022-42721",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A list management bug in BSS handling in the mac80211 stack in the Linux kernel 5.1 through 5.19.x before 5.19.16 could be used by local attackers (able to inject WLAN frames) to corrupt a linked list and, in turn, potentially execute code.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-42721"
},
{
"cve": "CVE-2022-42722",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel 5.8 through 5.19.x before 5.19.16, local attackers able to inject WLAN frames into the mac80211 stack could cause a NULL pointer dereference denial-of-service attack against the beacon protection of P2P devices.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-42722"
},
{
"cve": "CVE-2022-42895",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"notes": [
{
"category": "summary",
"text": "There is an infoleak vulnerability in the Linux kernel\u0027s net/bluetooth/l2cap_core.c\u0027s l2cap_parse_conf_req function which can be used to leak kernel pointers remotely. We recommend upgrading past commit https://github.com/torvalds/linux/commit/b1a2cd50c0357f243b7435a732b4e62ba3157a2e",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-42895"
},
{
"cve": "CVE-2022-42896",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "There are use-after-free vulnerabilities in the Linux kernel\u0027s net/bluetooth/l2cap_core.c\u0027s l2cap_connect and l2cap_le_connect_req functions which may allow code execution and leaking kernel memory (respectively) remotely via Bluetooth. A remote attacker could execute code leaking kernel memory via Bluetooth if within proximity of the victim. We recommend upgrading past commit https://github.com/torvalds/linux/commit/711f8c3fb3db61897080468586b970c87c61d9e4",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/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-0001"
]
}
],
"title": "CVE-2022-42896"
},
{
"cve": "CVE-2022-43750",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "drivers/usb/mon/mon_bin.c in usbmon in the Linux kernel before 5.19.15 and 6.x before 6.0.1 allows a user-space client to corrupt the monitor\u0027s internal memory.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-43750"
},
{
"cve": "CVE-2022-47518",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in the Linux kernel before 6.0.11. Missing validation of the number of channels in drivers/net/wireless/microchip/wilc1000/cfg80211.c in the WILC1000 wireless driver can trigger a heap-based buffer overflow when copying the list of operating channels from Wi-Fi management frames.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-47518"
},
{
"cve": "CVE-2022-47520",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in the Linux kernel before 6.0.11. Missing offset validation in drivers/net/wireless/microchip/wilc1000/hif.c in the WILC1000 wireless driver can trigger an out-of-bounds read when parsing a Robust Security Network (RSN) information element from a Netlink packet.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-47520"
},
{
"cve": "CVE-2022-47929",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel before 6.1.6, a NULL pointer dereference bug in the traffic control subsystem allows an unprivileged user to trigger a denial of service (system crash) via a crafted traffic control configuration that is set up with \"tc qdisc\" and \"tc class\" commands. This affects qdisc_graft in net/sched/sch_api.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-47929"
},
{
"cve": "CVE-2022-47946",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in the Linux kernel 5.10.x before 5.10.155. A use-after-free in io_sqpoll_wait_sq in fs/io_uring.c allows an attacker to crash the kernel, resulting in denial of service. finish_wait can be skipped. An attack can occur in some situations by forking a process and then quickly terminating it. NOTE: later kernel versions, such as the 5.15 longterm series, substantially changed the implementation of io_sqpoll_wait_sq.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-47946"
},
{
"cve": "CVE-2023-0215",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by end user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions, for example if a CMS recipient public key is invalid, the new filter BIO is freed and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO then a use-after-free will occur. This will most likely result in a crash. This scenario occurs directly in the internal function B64_write_ASN1() which may cause BIO_new_NDEF() to be called and will subsequently call BIO_pop() on the BIO. This internal function is in turn called by the public API functions PEM_write_bio_ASN1_stream, PEM_write_bio_CMS_stream, PEM_write_bio_PKCS7_stream, SMIME_write_ASN1, SMIME_write_CMS and SMIME_write_PKCS7. Other public API functions that may be impacted by this include i2d_ASN1_bio_stream, BIO_new_CMS, BIO_new_PKCS7, i2d_CMS_bio_stream and i2d_PKCS7_bio_stream. The OpenSSL cms and smime command line applications are similarly affected.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-0215"
},
{
"cve": "CVE-2023-0286",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect applications which have implemented their own functionality for retrieving CRLs over a network.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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:N/A:H/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-0464",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "A security vulnerability has been identified in all supported versions of OpenSSL related to the verification of X.509 certificate chains that include policy constraints. Attackers may be able to exploit this vulnerability by creating a malicious certificate chain that triggers exponential use of computational resources, leading to a denial-of-service (DoS) attack on affected systems.\r\n\r\nPolicy processing is disabled by default but can be enabled by passing the `-policy` argument to the command line utilities or by calling the `X509_VERIFY_PARAM_set1_policies()` function.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-0464"
},
{
"cve": "CVE-2023-0465",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "Applications that use a non-default option when verifying certificates may be\r\nvulnerable to an attack from a malicious CA to circumvent certain checks.\r\n\r\nInvalid certificate policies in leaf certificates are silently ignored by\r\nOpenSSL and other certificate policy checks are skipped for that certificate.\r\nA malicious CA could use this to deliberately assert invalid certificate policies\r\nin order to circumvent policy checking on the certificate altogether.\r\n\r\nPolicy processing is disabled by default but can be enabled by passing\r\nthe `-policy` argument to the command line utilities or by calling the\r\n`X509_VERIFY_PARAM_set1_policies()` function.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-0465"
},
{
"cve": "CVE-2023-0466",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "The function X509_VERIFY_PARAM_add0_policy() is documented to\nimplicitly enable the certificate policy check when doing certificate\nverification. However the implementation of the function does not\nenable the check which allows certificates with invalid or incorrect\npolicies to pass the certificate verification.\n\nAs suddenly enabling the policy check could break existing deployments it was\ndecided to keep the existing behavior of the X509_VERIFY_PARAM_add0_policy()\nfunction.\n\nInstead the applications that require OpenSSL to perform certificate\npolicy check need to use X509_VERIFY_PARAM_set1_policies() or explicitly\nenable the policy check by calling X509_VERIFY_PARAM_set_flags() with\nthe X509_V_FLAG_POLICY_CHECK flag argument.\n\nCertificate policy checks are disabled by default in OpenSSL and are not\ncommonly used by applications.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-0466"
},
{
"cve": "CVE-2023-0590",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free flaw was found in qdisc_graft in net/sched/sch_api.c in the Linux Kernel due to a race problem. This flaw leads to a denial of service issue. If patch ebda44da44f6 (\"net: sched: fix race condition in qdisc_graft()\") not applied yet, then kernel could be affected.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-0590"
},
{
"cve": "CVE-2023-1077",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, pick_next_rt_entity() may return a type confused entry, not detected by the BUG_ON condition, as the confused entry will not be NULL, but list_head.The buggy error condition would lead to a type confused entry with the list head,which would then be used as a type confused sched_rt_entity,causing memory corruption.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-1077"
},
{
"cve": "CVE-2023-1095",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In nf_tables_updtable, if nf_tables_table_enable returns an error, nft_trans_destroy is called to free the transaction object. nft_trans_destroy() calls list_del(), but the transaction was never placed on a list -- the list head is all zeroes, this results in a NULL pointer dereference.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-1095"
},
{
"cve": "CVE-2023-1206",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "A hash collision flaw was found in the IPv6 connection lookup table in the Linux kernel\u2019s IPv6 functionality when a user makes a new kind of SYN flood attack. A user located in the local network or with a high bandwidth connection can increase the CPU usage of the server that accepts IPV6 connections up to 95%.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-1206"
},
{
"cve": "CVE-2023-2898",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "There is a null-pointer-dereference flaw found in f2fs_write_end_io in fs/f2fs/data.c in the Linux kernel. This flaw allows a local privileged user to cause a denial of service problem.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-2898"
},
{
"cve": "CVE-2023-3141",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free flaw was found in r592_remove in drivers/memstick/host/r592.c in media access in the Linux Kernel. This flaw allows a local attacker to crash the system at device disconnect, possibly leading to a kernel information leak.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-3141"
},
{
"cve": "CVE-2023-3268",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "An out of bounds (OOB) memory access flaw was found in the Linux kernel in relay_file_read_start_pos in kernel/relay.c in the relayfs. This flaw could allow a local attacker to crash the system or leak kernel internal information.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-3268"
},
{
"cve": "CVE-2023-3338",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "A null pointer dereference flaw was found in the Linux kernel\u0027s DECnet networking protocol. This issue could allow a remote user to crash the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-3338"
},
{
"cve": "CVE-2023-3389",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability in the Linux Kernel io_uring subsystem can be exploited to achieve local privilege escalation. Racing a io_uring cancel poll request with a linked timeout can cause a UAF in a hrtimer.\r\n\r\nWe recommend upgrading past commit `ef7dfac51d8ed961b742218f526bd589f3900a59` \r\n(`4716c73b188566865bdd79c3a6709696a224ac04` for 5.10 stable and \r\n`0e388fce7aec40992eadee654193cad345d62663` for 5.15 stable).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-3389"
},
{
"cve": "CVE-2023-3446",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Checking excessively long DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The function DH_check() performs various checks on DH parameters. One of those checks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use a very large modulus is slow and OpenSSL will not normally use a modulus which is over 10,000 bits in length. However the DH_check() function checks numerous aspects of the key or parameters that have been supplied. Some of those checks use the supplied modulus value even if it has already been found to be too large. An application that calls DH_check() and supplies a key or parameters obtained from an untrusted source could be vulernable to a Denial of Service attack. The function DH_check() is itself called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_ex() and EVP_PKEY_param_check(). Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications when using the \u0027-check\u0027 option. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-3446"
},
{
"cve": "CVE-2023-3609",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: cls_u32 component can be exploited to achieve local privilege escalation.\r\n\r\nIf tcf_change_indev() fails, u32_set_parms() will immediately return an error after incrementing or decrementing the reference counter in tcf_bind_filter(). If an attacker can control the reference counter and set it to zero, they can cause the reference to be freed, leading to a use-after-free vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-3609"
},
{
"cve": "CVE-2023-3610",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s netfilter: nf_tables component can be exploited to achieve local privilege escalation.\r\n\r\nFlaw in the error handling of bound chains causes a use-after-free in the abort path of NFT_MSG_NEWRULE. The vulnerability requires CAP_NET_ADMIN to be triggered.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-3610"
},
{
"cve": "CVE-2023-3611",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An out-of-bounds write vulnerability in the Linux kernel\u0027s net/sched: sch_qfq component can be exploited to achieve local privilege escalation.\r\n\r\nThe qfq_change_agg() function in net/sched/sch_qfq.c allows an out-of-bounds write because lmax is updated according to packet sizes without bounds checks.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-3611"
},
{
"cve": "CVE-2023-3772",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Linux kernel\u0027s IP framework for transforming packets (XFRM subsystem). This issue may allow a malicious user with CAP_NET_ADMIN privileges to directly dereference a NULL pointer in xfrm_update_ae_params(), leading to a possible kernel crash and denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-3772"
},
{
"cve": "CVE-2023-3773",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Linux kernel\u0027s IP framework for transforming packets (XFRM subsystem). This issue may allow a malicious user with CAP_NET_ADMIN privileges to cause a 4 byte out-of-bounds read of XFRMA_MTIMER_THRESH when parsing netlink attributes, leading to potential leakage of sensitive heap data to userspace.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-3773"
},
{
"cve": "CVE-2023-3777",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s netfilter: nf_tables component can be exploited to achieve local privilege escalation.\n\nWhen nf_tables_delrule() is flushing table rules, it is not checked whether the chain is bound and the chain\u0027s owner rule can also release the objects in certain circumstances.\n\nWe recommend upgrading past commit 6eaf41e87a223ae6f8e7a28d6e78384ad7e407f8.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-3777"
},
{
"cve": "CVE-2023-4004",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free flaw was found in the Linux kernel\u0027s netfilter in the way a user triggers the nft_pipapo_remove function with the element, without a NFT_SET_EXT_KEY_END. This issue could allow a local user to crash the system or potentially escalate their privileges on the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-4004"
},
{
"cve": "CVE-2023-4015",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "The netfilter subsystem in the Linux kernel did not properly handle bound chain deactivation in certain circumstances. A local attacker could possibly use this to cause a denial of service (system crash) or execute arbitrary code.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-4015"
},
{
"cve": "CVE-2023-4273",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "This vulnerability exists in the implementation of the file name reconstruction function, which is responsible for reading file name entries from a directory index and merging file name parts belonging to one file into a single long file name. Since the file name characters are copied into a stack variable, a local privileged attacker could use this vulnerability to overflow the kernel stack.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-4273"
},
{
"cve": "CVE-2023-4623",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: sch_hfsc (HFSC qdisc traffic control) component can be exploited to achieve local privilege escalation.\n\nIf a class with a link-sharing curve (i.e. with the HFSC_FSC flag set) has a parent without a link-sharing curve, then init_vf() will call vttree_insert() on the parent, but vttree_remove() will be skipped in update_vf(). This leaves a dangling pointer that can cause a use-after-free.\n\nWe recommend upgrading past commit b3d26c5702c7d6c45456326e56d2ccf3f103e60f.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-4623"
},
{
"cve": "CVE-2023-4911",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "A buffer overflow was discovered in the GNU C Library\u0027s dynamic loader ld.so while processing the GLIBC_TUNABLES environment variable. This issue could allow a local attacker to use maliciously crafted GLIBC_TUNABLES environment variables when launching binaries with SUID permission to execute code with elevated privileges.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-4911"
},
{
"cve": "CVE-2023-4921",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: sch_qfq component can be exploited to achieve local privilege escalation.\n\nWhen the plug qdisc is used as a class of the qfq qdisc, sending network packets triggers use-after-free in qfq_dequeue() due to the incorrect .peek handler of sch_plug and lack of error checking in agg_dequeue().\n\nWe recommend upgrading past commit 8fc134fee27f2263988ae38920bc03da416b03d8.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-4921"
},
{
"cve": "CVE-2023-5178",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability was found in drivers/nvme/target/tcp.c` in `nvmet_tcp_free_crypto` due to a logical bug in the NVMe-oF/TCP subsystem in the Linux kernel. This issue may allow a malicious local privileged user to cause a use-after-free and double-free problem, which may permit remote code execution or lead to local privilege escalation problem.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-5178"
},
{
"cve": "CVE-2023-5197",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s netfilter: nf_tables component can be exploited to achieve local privilege escalation.\r\n\r\nAddition and removal of rules from chain bindings within the same transaction causes leads to use-after-free.\r\n\r\nWe recommend upgrading past commit f15f29fd4779be8a418b66e9d52979bb6d6c2325.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-5197"
},
{
"cve": "CVE-2023-5678",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: Generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_generate_key() to generate an X9.42 DH key may experience long delays. Likewise, applications that use DH_check_pub_key(), DH_check_pub_key_ex() or EVP_PKEY_public_check() to check an X9.42 DH key or X9.42 DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. While DH_check() performs all the necessary checks (as of CVE-2023-3817), DH_check_pub_key() doesn\u0027t make any of these checks, and is therefore vulnerable for excessively large P and Q parameters. Likewise, while DH_generate_key() performs a check for an excessively large P, it doesn\u0027t check for an excessively large Q. An application that calls DH_generate_key() or DH_check_pub_key() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack. DH_generate_key() and DH_check_pub_key() are also called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_pub_key_ex(), EVP_PKEY_public_check(), and EVP_PKEY_generate(). Also vulnerable are the OpenSSL pkey command line application when using the \"-pubcheck\" option, as well as the OpenSSL genpkey command line application. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-5678"
},
{
"cve": "CVE-2023-5717",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "A heap out-of-bounds write vulnerability in the Linux kernel\u0027s Linux Kernel Performance Events (perf) component can be exploited to achieve local privilege escalation.\r\n\r\nIf perf_read_group() is called while an event\u0027s sibling_list is smaller than its child\u0027s sibling_list, it can increment or write to memory locations outside of the allocated buffer.\r\n\r\nWe recommend upgrading past commit 32671e3799ca2e4590773fd0e63aaa4229e50c06.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-5717"
},
{
"cve": "CVE-2023-6606",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "An out-of-bounds read vulnerability was found in smbCalcSize in fs/smb/client/netmisc.c in the Linux Kernel. This issue could allow a local attacker to crash the system or leak internal kernel information.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-6606"
},
{
"cve": "CVE-2023-6931",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "A heap out-of-bounds write vulnerability in the Linux kernel\u0027s Performance Events system component can be exploited to achieve local privilege escalation.\n\nA perf_event\u0027s read_size can overflow, leading to an heap out-of-bounds increment or write in perf_read_group().\n\nWe recommend upgrading past commit 382c27f4ed28f803b1f1473ac2d8db0afc795a1b.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-6931"
},
{
"cve": "CVE-2023-6932",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s ipv4: igmp component can be exploited to achieve local privilege escalation.\n\nA race condition can be exploited to cause a timer be mistakenly registered on a RCU read locked object which is freed by another thread.\n\nWe recommend upgrading past commit e2b706c691905fe78468c361aaabc719d0a496f1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-6932"
},
{
"cve": "CVE-2023-7008",
"cwe": {
"id": "CWE-300",
"name": "Channel Accessible by Non-Endpoint"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in systemd-resolved. This issue may allow systemd-resolved to accept records of DNSSEC-signed domains even when they have no signature, allowing man-in-the-middles (or the upstream DNS resolver) to manipulate records.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-7008"
},
{
"cve": "CVE-2023-7104",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in SQLite SQLite3 up to 3.43.0 and classified as critical. This issue affects the function sessionReadRecord of the file ext/session/sqlite3session.c of the component make alltest Handler. The manipulation leads to heap-based buffer overflow. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-248999.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-7104"
},
{
"cve": "CVE-2023-23454",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"notes": [
{
"category": "summary",
"text": "cbq_classify in net/sched/sch_cbq.c in the Linux kernel through 6.1.4 allows attackers to cause a denial of service (slab-out-of-bounds read) because of type confusion (non-negative numbers can sometimes indicate a TC_ACT_SHOT condition rather than valid classification results).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-23454"
},
{
"cve": "CVE-2023-23455",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"notes": [
{
"category": "summary",
"text": "atm_tc_enqueue in net/sched/sch_atm.c in the Linux kernel through 6.1.4 allows attackers to cause a denial of service because of type confusion (non-negative numbers can sometimes indicate a TC_ACT_SHOT condition rather than valid classification results).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-23455"
},
{
"cve": "CVE-2023-23559",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "In rndis_query_oid in drivers/net/wireless/rndis_wlan.c in the Linux kernel through 6.1.5, there is an integer overflow in an addition.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-23559"
},
{
"cve": "CVE-2023-26607",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel 6.0.8, there is an out-of-bounds read in ntfs_attr_find in fs/ntfs/attrib.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-26607"
},
{
"cve": "CVE-2023-31085",
"cwe": {
"id": "CWE-369",
"name": "Divide By Zero"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a divide-by-zero error in do_div(sz,mtd-\u003eerasesize), used indirectly by ctrl_cdev_ioctl, when mtd-\u003eerasesize is 0.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-31085"
},
{
"cve": "CVE-2023-31436",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "qfq_change_class in net/sched/sch_qfq.c in the Linux kernel before 6.2.13 allows an out-of-bounds write because lmax can exceed QFQ_MIN_LMAX.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-31436"
},
{
"cve": "CVE-2023-32233",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel through 6.3.1, a use-after-free in Netfilter nf_tables when processing batch requests can be abused to perform arbitrary read and write operations on kernel memory. Unprivileged local users can obtain root privileges. This occurs because anonymous sets are mishandled.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-32233"
},
{
"cve": "CVE-2023-35001",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "Linux Kernel nftables Out-Of-Bounds Read/Write Vulnerability; nft_byteorder poorly handled vm register contents when CAP_NET_ADMIN is in any user or network namespace",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-35001"
},
{
"cve": "CVE-2023-35827",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in the Linux kernel through 6.3.8. A use-after-free was found in ravb_remove in drivers/net/ethernet/renesas/ravb_main.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-35827"
},
{
"cve": "CVE-2023-36660",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "The OCB feature in libnettle in Nettle 3.9 before 3.9.1 allows memory corruption.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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-0001"
]
}
],
"title": "CVE-2023-36660"
},
{
"cve": "CVE-2023-37453",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in the USB subsystem in the Linux kernel through 6.4.2. There is an out-of-bounds and crash in read_descriptors in drivers/usb/core/sysfs.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-37453"
},
{
"cve": "CVE-2023-39189",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The nfnl_osf_add_callback function did not validate the user mode controlled opt_num field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-39189"
},
{
"cve": "CVE-2023-39192",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The xt_u32 module did not validate the fields in the xt_u32 structure. This flaw allows a local privileged attacker to trigger an out-of-bounds read by setting the size fields with a value beyond the array boundaries, leading to a crash or information disclosure.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-39192"
},
{
"cve": "CVE-2023-39193",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The sctp_mt_check did not validate the flag_count field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-39193"
},
{
"cve": "CVE-2023-39194",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the XFRM subsystem in the Linux kernel. The specific flaw exists within the processing of state filters, which can result in a read past the end of an allocated buffer. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, potentially leading to an information disclosure.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.2,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-39194"
},
{
"cve": "CVE-2023-42753",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An array indexing vulnerability was found in the netfilter subsystem of the Linux kernel. A missing macro could lead to a miscalculation of the `h-\u003enets` array offset, providing attackers with the primitive to arbitrarily increment/decrement a memory buffer out-of-bound. This issue may allow a local user to crash the system or potentially escalate their privileges on the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-42753"
},
{
"cve": "CVE-2023-42754",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "A NULL pointer dereference flaw was found in the Linux kernel ipv4 stack. The socket buffer (skb) was assumed to be associated with a device before calling __ip_options_compile, which is not always the case if the skb is re-routed by ipvs. This issue may allow a local user with CAP_NET_ADMIN privileges to crash the system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-42754"
},
{
"cve": "CVE-2023-42755",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the IPv4 Resource Reservation Protocol (RSVP) classifier in the Linux kernel. The xprt pointer may go beyond the linear part of the skb, leading to an out-of-bounds read in the `rsvp_classify` function. This issue may allow a local user to crash the system and cause a denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-42755"
},
{
"cve": "CVE-2023-45863",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in lib/kobject.c in the Linux kernel before 6.2.3. With root access, an attacker can trigger a race condition that results in a fill_kobj_path out-of-bounds write.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-45863"
},
{
"cve": "CVE-2023-45871",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in drivers/net/ethernet/intel/igb/igb_main.c in the IGB driver in the Linux kernel before 6.5.3. A buffer size may not be adequate for frames larger than the MTU.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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-0001"
]
}
],
"title": "CVE-2023-45871"
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"notes": [
{
"category": "summary",
"text": "The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH\u0027s use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust; and there could be effects on Bitvise SSH through 9.31.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-48795"
},
{
"cve": "CVE-2023-50495",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "NCurse v6.4-20230418 was discovered to contain a segmentation fault via the component _nc_wrap_entry().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-50495"
},
{
"cve": "CVE-2023-51384",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In ssh-agent in OpenSSH before 9.6, certain destination constraints can be incompletely applied. When destination constraints are specified during addition of PKCS#11-hosted private keys, these constraints are only applied to the first key, even if a PKCS#11 token returns multiple keys.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-51384"
},
{
"cve": "CVE-2023-51385",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In ssh in OpenSSH before 9.6, OS command injection might occur if a user name or host name has shell metacharacters, and this name is referenced by an expansion token in certain situations. For example, an untrusted Git repository can have a submodule with shell metacharacters in a user name or host name.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-51385"
},
{
"cve": "CVE-2023-51767",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "OpenSSH through 9.6, when common types of DRAM are used, might allow row hammer attacks (for authentication bypass) because the integer value of authenticated in mm_answer_authpassword does not resist flips of a single bit. NOTE: this is applicable to a certain threat model of attacker-victim co-location in which the attacker has user privileges.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-51767"
},
{
"cve": "CVE-2024-0232",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A heap use-after-free issue has been identified in SQLite in the jsonParseAddNodeArray() function in sqlite3.c. This flaw allows a local attacker to leverage a victim to pass specially crafted malicious input to the application, potentially causing a crash and leading to a denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-0232"
},
{
"cve": "CVE-2024-0553",
"cwe": {
"id": "CWE-203",
"name": "Observable Discrepancy"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in GnuTLS. The response times to malformed ciphertexts in RSA-PSK ClientKeyExchange differ from the response times of ciphertexts with correct PKCS#1 v1.5 padding. This issue may allow a remote attacker to perform a timing side-channel attack in the RSA-PSK key exchange, potentially leading to the leakage of sensitive data. CVE-2024-0553 is designated as an incomplete resolution for CVE-2023-5981.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-0553"
},
{
"cve": "CVE-2024-0567",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability was found in GnuTLS, where a cockpit (which uses gnuTLS) rejects a certificate chain with distributed trust. This issue occurs when validating a certificate chain with cockpit-certificate-ensure. This flaw allows an unauthenticated, remote client or attacker to initiate a denial of service attack.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-0567"
},
{
"cve": "CVE-2024-0584",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free issue was found in igmp_start_timer in net/ipv4/igmp.c in the network sub-component in the Linux Kernel. This flaw allows a local user to observe a refcnt use-after-free issue when receiving an igmp query packet, leading to a kernel information leak.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-0584"
},
{
"cve": "CVE-2024-0684",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in the GNU coreutils \"split\" program. A heap overflow with user-controlled data of multiple hundred bytes in length could occur in the line_bytes_split() function, potentially leading to an application crash and denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-0684"
},
{
"cve": "CVE-2024-22365",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "linux-pam (aka Linux PAM) before 1.6.0 allows attackers to cause a denial of service (blocked login process) via mkfifo because the openat call (for protect_dir) lacks O_DIRECTORY.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-22365"
},
{
"cve": "CVE-2024-25062",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in libxml2 before 2.11.7 and 2.12.x before 2.12.5. When using the XML Reader interface with DTD validation and XInclude expansion enabled, processing crafted XML documents can lead to an xmlValidatePopElement use-after-free.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109827684/"
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-25062"
}
]
}
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"
}
]
}
RHSA-2023:6818
Vulnerability from csaf_redhat - Published: 2023-11-08 14:26 - Updated: 2026-02-17 07:29Summary
Red Hat Security Advisory: Satellite 6.14 security and bug fix update
Notes
Topic
An update is now available for Red Hat Satellite 6.14. The release contains a
new version of Satellite and important security fixes for various components.
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
Red Hat Satellite is a systems management tool for Linux-based
infrastructure. It allows for provisioning, remote management, and
monitoring of multiple Linux deployments with a single centralized tool.
Security Fix(es):
* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) (CVE-2023-39325)
* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)
* GitPython: Insecure non-multi options in clone and clone_from is not blocked (CVE-2023-40267)
* kubeclient: kubeconfig parsing error can lead to MITM attacks (CVE-2022-0759)
* foreman: OS command injection via ct_command and fcct_command (CVE-2022-3874)
* ruby-git: code injection vulnerability (CVE-2022-46648)
* ruby-git: code injection vulnerability (CVE-2022-47318)
* Foreman: Arbitrary code execution through templates (CVE-2023-0118)
* rubygem-activerecord: SQL Injection (CVE-2023-22794)
* openssl: c_rehash script allows command injection (CVE-2022-1292)
* openssl: the c_rehash script allows command injection (CVE-2022-2068)
* Pulp:Tokens stored in plaintext (CVE-2022-3644)
* satellite: Blind SSRF via Referer header (CVE-2022-4130)
* python-future: remote attackers can cause denial of service via crafted Set-Cookie header from malicious web server (CVE-2022-40899)
* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)
* rubygem-activerecord: Denial of Service (CVE-2022-44566)
* rubygem-rack: denial of service in Content-Disposition parsing (CVE-2022-44570)
* rubygem-rack: denial of service in Content-Disposition parsing (CVE-2022-44571)
* rubygem-rack: denial of service in Content-Disposition parsing (CVE-2022-44572)
* Foreman: Stored cross-site scripting in host tab (CVE-2023-0119)
* puppet: Puppet Server ReDoS (CVE-2023-1894)
* rubygem-actionpack: Denial of Service in Action Dispatch (CVE-2023-22792)
* rubygem-actionpack: Denial of Service in Action Dispatch (CVE-2023-22795)
* rubygem-activesupport: Regular Expression Denial of Service (CVE-2023-22796)
* rubygem-globalid: ReDoS vulnerability (CVE-2023-22799)
* rubygem-rack: Denial of service in Multipart MIME parsing (CVE-2023-27530)
* rubygem-rack: denial of service in header parsing (CVE-2023-27539)
* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)
* sqlparse: Parser contains a regular expression that is vulnerable to ReDOS (Regular Expression Denial of Service) (CVE-2023-30608)
* python-django: Potential bypass of validation when uploading multiple files using one form field (CVE-2023-31047)
* python-requests: Unintended leak of Proxy-Authorization header (CVE-2023-32681)
* python-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator (CVE-2023-36053)
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.
Additional Changes:
This update also fixes several bugs and adds various enhancements. Documentation for these changes is available from the Release Notes document linked to 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 is now available for Red Hat Satellite 6.14. The release contains a\nnew version of Satellite and important security fixes for various components.\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": "Red Hat Satellite is a systems management tool for Linux-based\ninfrastructure. It allows for provisioning, remote management, and\nmonitoring of multiple Linux deployments with a single centralized tool.\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) (CVE-2023-39325)\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\n* GitPython: Insecure non-multi options in clone and clone_from is not blocked (CVE-2023-40267)\n\n* kubeclient: kubeconfig parsing error can lead to MITM attacks (CVE-2022-0759)\n\n* foreman: OS command injection via ct_command and fcct_command (CVE-2022-3874)\n\n* ruby-git: code injection vulnerability (CVE-2022-46648)\n\n* ruby-git: code injection vulnerability (CVE-2022-47318)\n\n* Foreman: Arbitrary code execution through templates (CVE-2023-0118)\n\n* rubygem-activerecord: SQL Injection (CVE-2023-22794)\n\n* openssl: c_rehash script allows command injection (CVE-2022-1292)\n\n* openssl: the c_rehash script allows command injection (CVE-2022-2068)\n\n* Pulp:Tokens stored in plaintext (CVE-2022-3644)\n\n* satellite: Blind SSRF via Referer header (CVE-2022-4130)\n\n* python-future: remote attackers can cause denial of service via crafted Set-Cookie header from malicious web server (CVE-2022-40899)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* rubygem-activerecord: Denial of Service (CVE-2022-44566)\n\n* rubygem-rack: denial of service in Content-Disposition parsing (CVE-2022-44570)\n\n* rubygem-rack: denial of service in Content-Disposition parsing (CVE-2022-44571)\n\n* rubygem-rack: denial of service in Content-Disposition parsing (CVE-2022-44572)\n\n* Foreman: Stored cross-site scripting in host tab (CVE-2023-0119)\n\n* puppet: Puppet Server ReDoS (CVE-2023-1894)\n\n* rubygem-actionpack: Denial of Service in Action Dispatch (CVE-2023-22792)\n\n* rubygem-actionpack: Denial of Service in Action Dispatch (CVE-2023-22795)\n\n* rubygem-activesupport: Regular Expression Denial of Service (CVE-2023-22796)\n\n* rubygem-globalid: ReDoS vulnerability (CVE-2023-22799)\n\n* rubygem-rack: Denial of service in Multipart MIME parsing (CVE-2023-27530)\n\n* rubygem-rack: denial of service in header parsing (CVE-2023-27539)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\n* sqlparse: Parser contains a regular expression that is vulnerable to ReDOS (Regular Expression Denial of Service) (CVE-2023-30608)\n\n* python-django: Potential bypass of validation when uploading multiple files using one form field (CVE-2023-31047)\n\n* python-requests: Unintended leak of Proxy-Authorization header (CVE-2023-32681)\n\n* python-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator (CVE-2023-36053)\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\nAdditional Changes:\n\nThis update also fixes several bugs and adds various enhancements. Documentation for these changes is available from the Release Notes document linked to 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-2023:6818",
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "1265120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1265120"
},
{
"category": "external",
"summary": "1726504",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1726504"
},
{
"category": "external",
"summary": "1735722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1735722"
},
{
"category": "external",
"summary": "1813953",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1813953"
},
{
"category": "external",
"summary": "1859112",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1859112"
},
{
"category": "external",
"summary": "1872414",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1872414"
},
{
"category": "external",
"summary": "1885552",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1885552"
},
{
"category": "external",
"summary": "1904201",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1904201"
},
{
"category": "external",
"summary": "1922972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1922972"
},
{
"category": "external",
"summary": "1925532",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1925532"
},
{
"category": "external",
"summary": "1944710",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1944710"
},
{
"category": "external",
"summary": "1947095",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1947095"
},
{
"category": "external",
"summary": "1949960",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1949960"
},
{
"category": "external",
"summary": "1950836",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1950836"
},
{
"category": "external",
"summary": "1955046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955046"
},
{
"category": "external",
"summary": "1967030",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1967030"
},
{
"category": "external",
"summary": "1972308",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1972308"
},
{
"category": "external",
"summary": "1980277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980277"
},
{
"category": "external",
"summary": "1992283",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1992283"
},
{
"category": "external",
"summary": "1995783",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1995783"
},
{
"category": "external",
"summary": "2000215",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2000215"
},
{
"category": "external",
"summary": "2002202",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2002202"
},
{
"category": "external",
"summary": "2009069",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2009069"
},
{
"category": "external",
"summary": "2013759",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2013759"
},
{
"category": "external",
"summary": "2043089",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2043089"
},
{
"category": "external",
"summary": "2044537",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2044537"
},
{
"category": "external",
"summary": "2053421",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053421"
},
{
"category": "external",
"summary": "2055790",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055790"
},
{
"category": "external",
"summary": "2058404",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2058404"
},
{
"category": "external",
"summary": "2060613",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2060613"
},
{
"category": "external",
"summary": "2069324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2069324"
},
{
"category": "external",
"summary": "2069666",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2069666"
},
{
"category": "external",
"summary": "2073535",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073535"
},
{
"category": "external",
"summary": "2077081",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077081"
},
{
"category": "external",
"summary": "2077633",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077633"
},
{
"category": "external",
"summary": "2080386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080386"
},
{
"category": "external",
"summary": "2081494",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2081494"
},
{
"category": "external",
"summary": "2081777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2081777"
},
{
"category": "external",
"summary": "2082001",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2082001"
},
{
"category": "external",
"summary": "2088559",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088559"
},
{
"category": "external",
"summary": "2090620",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090620"
},
{
"category": "external",
"summary": "2094301",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2094301"
},
{
"category": "external",
"summary": "2096942",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2096942"
},
{
"category": "external",
"summary": "2097310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097310"
},
{
"category": "external",
"summary": "2103424",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103424"
},
{
"category": "external",
"summary": "2105676",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105676"
},
{
"category": "external",
"summary": "2106473",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106473"
},
{
"category": "external",
"summary": "2116369",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116369"
},
{
"category": "external",
"summary": "2117760",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117760"
},
{
"category": "external",
"summary": "2122872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2122872"
},
{
"category": "external",
"summary": "2123306",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123306"
},
{
"category": "external",
"summary": "2124658",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124658"
},
{
"category": "external",
"summary": "2125366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2125366"
},
{
"category": "external",
"summary": "2127134",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2127134"
},
{
"category": "external",
"summary": "2129432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129432"
},
{
"category": "external",
"summary": "2130173",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130173"
},
{
"category": "external",
"summary": "2130871",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130871"
},
{
"category": "external",
"summary": "2131990",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131990"
},
{
"category": "external",
"summary": "2134436",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134436"
},
{
"category": "external",
"summary": "2135215",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135215"
},
{
"category": "external",
"summary": "2135498",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135498"
},
{
"category": "external",
"summary": "2135722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135722"
},
{
"category": "external",
"summary": "2138172",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138172"
},
{
"category": "external",
"summary": "2140577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140577"
},
{
"category": "external",
"summary": "2140636",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140636"
},
{
"category": "external",
"summary": "2143051",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143051"
},
{
"category": "external",
"summary": "2143290",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143290"
},
{
"category": "external",
"summary": "2145254",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145254"
},
{
"category": "external",
"summary": "2152951",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152951"
},
{
"category": "external",
"summary": "2154917",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2154917"
},
{
"category": "external",
"summary": "2156522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156522"
},
{
"category": "external",
"summary": "2158510",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158510"
},
{
"category": "external",
"summary": "2158526",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158526"
},
{
"category": "external",
"summary": "2158702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158702"
},
{
"category": "external",
"summary": "2158780",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158780"
},
{
"category": "external",
"summary": "2159104",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159104"
},
{
"category": "external",
"summary": "2159105",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159105"
},
{
"category": "external",
"summary": "2159291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159291"
},
{
"category": "external",
"summary": "2159672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159672"
},
{
"category": "external",
"summary": "2159839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159839"
},
{
"category": "external",
"summary": "2161209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161209"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2161993",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161993"
},
{
"category": "external",
"summary": "2164359",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164359"
},
{
"category": "external",
"summary": "2164400",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164400"
},
{
"category": "external",
"summary": "2164714",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164714"
},
{
"category": "external",
"summary": "2164719",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164719"
},
{
"category": "external",
"summary": "2164722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164722"
},
{
"category": "external",
"summary": "2164730",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164730"
},
{
"category": "external",
"summary": "2164736",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164736"
},
{
"category": "external",
"summary": "2164785",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164785"
},
{
"category": "external",
"summary": "2164789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164789"
},
{
"category": "external",
"summary": "2164799",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164799"
},
{
"category": "external",
"summary": "2164800",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164800"
},
{
"category": "external",
"summary": "2165107",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165107"
},
{
"category": "external",
"summary": "2165866",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165866"
},
{
"category": "external",
"summary": "2165906",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165906"
},
{
"category": "external",
"summary": "2166404",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166404"
},
{
"category": "external",
"summary": "2166435",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166435"
},
{
"category": "external",
"summary": "2166466",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166466"
},
{
"category": "external",
"summary": "2166640",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166640"
},
{
"category": "external",
"summary": "2167097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167097"
},
{
"category": "external",
"summary": "2167146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167146"
},
{
"category": "external",
"summary": "2167371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167371"
},
{
"category": "external",
"summary": "2167396",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167396"
},
{
"category": "external",
"summary": "2168414",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168414"
},
{
"category": "external",
"summary": "2169322",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169322"
},
{
"category": "external",
"summary": "2169385",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169385"
},
{
"category": "external",
"summary": "2169682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169682"
},
{
"category": "external",
"summary": "2169847",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169847"
},
{
"category": "external",
"summary": "2170125",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170125"
},
{
"category": "external",
"summary": "2170127",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170127"
},
{
"category": "external",
"summary": "2170485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170485"
},
{
"category": "external",
"summary": "2170535",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170535"
},
{
"category": "external",
"summary": "2170917",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170917"
},
{
"category": "external",
"summary": "2171180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171180"
},
{
"category": "external",
"summary": "2172355",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172355"
},
{
"category": "external",
"summary": "2172564",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172564"
},
{
"category": "external",
"summary": "2173159",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173159"
},
{
"category": "external",
"summary": "2173199",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173199"
},
{
"category": "external",
"summary": "2173535",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173535"
},
{
"category": "external",
"summary": "2173671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173671"
},
{
"category": "external",
"summary": "2173692",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173692"
},
{
"category": "external",
"summary": "2173757",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173757"
},
{
"category": "external",
"summary": "2174367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174367"
},
{
"category": "external",
"summary": "2174912",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174912"
},
{
"category": "external",
"summary": "2176214",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176214"
},
{
"category": "external",
"summary": "2176368",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176368"
},
{
"category": "external",
"summary": "2176477",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176477"
},
{
"category": "external",
"summary": "2176870",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176870"
},
{
"category": "external",
"summary": "2178133",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178133"
},
{
"category": "external",
"summary": "2178176",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178176"
},
{
"category": "external",
"summary": "2178307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178307"
},
{
"category": "external",
"summary": "2178645",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178645"
},
{
"category": "external",
"summary": "2178734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178734"
},
{
"category": "external",
"summary": "2178775",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178775"
},
{
"category": "external",
"summary": "2179574",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179574"
},
{
"category": "external",
"summary": "2179649",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179649"
},
{
"category": "external",
"summary": "2179721",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179721"
},
{
"category": "external",
"summary": "2179725",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179725"
},
{
"category": "external",
"summary": "2180490",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180490"
},
{
"category": "external",
"summary": "2180760",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180760"
},
{
"category": "external",
"summary": "2180865",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180865"
},
{
"category": "external",
"summary": "2180954",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180954"
},
{
"category": "external",
"summary": "2181226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181226"
},
{
"category": "external",
"summary": "2181254",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181254"
},
{
"category": "external",
"summary": "2181602",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181602"
},
{
"category": "external",
"summary": "2182353",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182353"
},
{
"category": "external",
"summary": "2183172",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183172"
},
{
"category": "external",
"summary": "2183357",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183357"
},
{
"category": "external",
"summary": "2184278",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184278"
},
{
"category": "external",
"summary": "2186713",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186713"
},
{
"category": "external",
"summary": "2186765",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186765"
},
{
"category": "external",
"summary": "2187599",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187599"
},
{
"category": "external",
"summary": "2187613",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187613"
},
{
"category": "external",
"summary": "2187903",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187903"
},
{
"category": "external",
"summary": "2187967",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187967"
},
{
"category": "external",
"summary": "2188504",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188504"
},
{
"category": "external",
"summary": "2188721",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188721"
},
{
"category": "external",
"summary": "2192565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192565"
},
{
"category": "external",
"summary": "2192583",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192583"
},
{
"category": "external",
"summary": "2192841",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192841"
},
{
"category": "external",
"summary": "2193088",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193088"
},
{
"category": "external",
"summary": "2193451",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193451"
},
{
"category": "external",
"summary": "2196076",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196076"
},
{
"category": "external",
"summary": "2196085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196085"
},
{
"category": "external",
"summary": "2196436",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196436"
},
{
"category": "external",
"summary": "2196540",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196540"
},
{
"category": "external",
"summary": "2196775",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196775"
},
{
"category": "external",
"summary": "2203093",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203093"
},
{
"category": "external",
"summary": "2203183",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203183"
},
{
"category": "external",
"summary": "2207782",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2207782"
},
{
"category": "external",
"summary": "2208161",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208161"
},
{
"category": "external",
"summary": "2208535",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208535"
},
{
"category": "external",
"summary": "2209037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209037"
},
{
"category": "external",
"summary": "2209469",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209469"
},
{
"category": "external",
"summary": "2209938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209938"
},
{
"category": "external",
"summary": "2210284",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210284"
},
{
"category": "external",
"summary": "2210297",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210297"
},
{
"category": "external",
"summary": "2211210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211210"
},
{
"category": "external",
"summary": "2211394",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211394"
},
{
"category": "external",
"summary": "2211437",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211437"
},
{
"category": "external",
"summary": "2211484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211484"
},
{
"category": "external",
"summary": "2211502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211502"
},
{
"category": "external",
"summary": "2211711",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211711"
},
{
"category": "external",
"summary": "2211966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211966"
},
{
"category": "external",
"summary": "2212148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212148"
},
{
"category": "external",
"summary": "2212523",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212523"
},
{
"category": "external",
"summary": "2212630",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212630"
},
{
"category": "external",
"summary": "2212740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212740"
},
{
"category": "external",
"summary": "2212756",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212756"
},
{
"category": "external",
"summary": "2212812",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212812"
},
{
"category": "external",
"summary": "2212996",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212996"
},
{
"category": "external",
"summary": "2213088",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213088"
},
{
"category": "external",
"summary": "2213128",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213128"
},
{
"category": "external",
"summary": "2213190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213190"
},
{
"category": "external",
"summary": "2213246",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213246"
},
{
"category": "external",
"summary": "2213281",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213281"
},
{
"category": "external",
"summary": "2213486",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213486"
},
{
"category": "external",
"summary": "2213515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213515"
},
{
"category": "external",
"summary": "2213579",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213579"
},
{
"category": "external",
"summary": "2213582",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213582"
},
{
"category": "external",
"summary": "2213768",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213768"
},
{
"category": "external",
"summary": "2213777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213777"
},
{
"category": "external",
"summary": "2213804",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213804"
},
{
"category": "external",
"summary": "2214261",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214261"
},
{
"category": "external",
"summary": "2214272",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214272"
},
{
"category": "external",
"summary": "2214274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214274"
},
{
"category": "external",
"summary": "2214290",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214290"
},
{
"category": "external",
"summary": "2214578",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214578"
},
{
"category": "external",
"summary": "2215081",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215081"
},
{
"category": "external",
"summary": "2215093",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215093"
},
{
"category": "external",
"summary": "2215238",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215238"
},
{
"category": "external",
"summary": "2215294",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215294"
},
{
"category": "external",
"summary": "2215426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215426"
},
{
"category": "external",
"summary": "2215954",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215954"
},
{
"category": "external",
"summary": "2215986",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215986"
},
{
"category": "external",
"summary": "2216194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216194"
},
{
"category": "external",
"summary": "2216461",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216461"
},
{
"category": "external",
"summary": "2216564",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216564"
},
{
"category": "external",
"summary": "2216757",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216757"
},
{
"category": "external",
"summary": "2216907",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216907"
},
{
"category": "external",
"summary": "2217942",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2217942"
},
{
"category": "external",
"summary": "2218004",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218004"
},
{
"category": "external",
"summary": "2218307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218307"
},
{
"category": "external",
"summary": "2218625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218625"
},
{
"category": "external",
"summary": "2218878",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218878"
},
{
"category": "external",
"summary": "2218930",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218930"
},
{
"category": "external",
"summary": "2218932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218932"
},
{
"category": "external",
"summary": "2219648",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219648"
},
{
"category": "external",
"summary": "2220965",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2220965"
},
{
"category": "external",
"summary": "2220969",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2220969"
},
{
"category": "external",
"summary": "2220978",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2220978"
},
{
"category": "external",
"summary": "2221291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221291"
},
{
"category": "external",
"summary": "2221407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221407"
},
{
"category": "external",
"summary": "2221621",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221621"
},
{
"category": "external",
"summary": "2221983",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221983"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "2222444",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222444"
},
{
"category": "external",
"summary": "2222446",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222446"
},
{
"category": "external",
"summary": "2222447",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222447"
},
{
"category": "external",
"summary": "2222705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222705"
},
{
"category": "external",
"summary": "2222839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222839"
},
{
"category": "external",
"summary": "2222890",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222890"
},
{
"category": "external",
"summary": "2222907",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222907"
},
{
"category": "external",
"summary": "2222979",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222979"
},
{
"category": "external",
"summary": "2223048",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223048"
},
{
"category": "external",
"summary": "2223050",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223050"
},
{
"category": "external",
"summary": "2223618",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223618"
},
{
"category": "external",
"summary": "2223707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223707"
},
{
"category": "external",
"summary": "2223891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223891"
},
{
"category": "external",
"summary": "2223996",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223996"
},
{
"category": "external",
"summary": "2224031",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224031"
},
{
"category": "external",
"summary": "2224113",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224113"
},
{
"category": "external",
"summary": "2224334",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224334"
},
{
"category": "external",
"summary": "2224494",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224494"
},
{
"category": "external",
"summary": "2224498",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224498"
},
{
"category": "external",
"summary": "2225090",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225090"
},
{
"category": "external",
"summary": "2225141",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225141"
},
{
"category": "external",
"summary": "2225333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225333"
},
{
"category": "external",
"summary": "2225383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225383"
},
{
"category": "external",
"summary": "2225402",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225402"
},
{
"category": "external",
"summary": "2225406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225406"
},
{
"category": "external",
"summary": "2225409",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225409"
},
{
"category": "external",
"summary": "2226950",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2226950"
},
{
"category": "external",
"summary": "2227028",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227028"
},
{
"category": "external",
"summary": "2227093",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227093"
},
{
"category": "external",
"summary": "2227271",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227271"
},
{
"category": "external",
"summary": "2227338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227338"
},
{
"category": "external",
"summary": "2228287",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228287"
},
{
"category": "external",
"summary": "2229788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229788"
},
{
"category": "external",
"summary": "2229897",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229897"
},
{
"category": "external",
"summary": "2230584",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230584"
},
{
"category": "external",
"summary": "2230934",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230934"
},
{
"category": "external",
"summary": "2231363",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231363"
},
{
"category": "external",
"summary": "2231474",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231474"
},
{
"category": "external",
"summary": "2232370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232370"
},
{
"category": "external",
"summary": "2232775",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232775"
},
{
"category": "external",
"summary": "2234444",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2234444"
},
{
"category": "external",
"summary": "2235231",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235231"
},
{
"category": "external",
"summary": "2236685",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236685"
},
{
"category": "external",
"summary": "2239115",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239115"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "2245056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2245056"
},
{
"category": "external",
"summary": "2245930",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2245930"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6818.json"
}
],
"title": "Red Hat Security Advisory: Satellite 6.14 security and bug fix update",
"tracking": {
"current_release_date": "2026-02-17T07:29:02+00:00",
"generator": {
"date": "2026-02-17T07:29:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2023:6818",
"initial_release_date": "2023-11-08T14:26:58+00:00",
"revision_history": [
{
"date": "2023-11-08T14:26:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-08T19:42:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-17T07:29:02+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.14 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.14::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.14 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.14::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.14 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.14::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.14 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-maintenance",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_maintenance:6.14::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite 6"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"product": {
"name": "ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"product_id": "ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite@3.14.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"product": {
"name": "ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"product_id": "ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite_operations@2.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-lint-0:5.0.8-4.el8pc.src",
"product": {
"name": "ansible-lint-0:5.0.8-4.el8pc.src",
"product_id": "ansible-lint-0:5.0.8-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-lint@5.0.8-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"product": {
"name": "ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"product_id": "ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansiblerole-foreman_scap_client@0.2.0-2.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-3.el8sat.src",
"product": {
"name": "ansible-runner-0:2.2.1-3.el8sat.src",
"product_id": "ansible-runner-0:2.2.1-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-runner@2.2.1-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "candlepin-0:4.3.1-1.el8sat.src",
"product": {
"name": "candlepin-0:4.3.1-1.el8sat.src",
"product_id": "candlepin-0:4.3.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/candlepin@4.3.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "cjson-0:1.7.14-5.el8sat.src",
"product": {
"name": "cjson-0:1.7.14-5.el8sat.src",
"product_id": "cjson-0:1.7.14-5.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjson@1.7.14-5.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-0:0.20.1-1.el8pc.src",
"product": {
"name": "createrepo_c-0:0.20.1-1.el8pc.src",
"product_id": "createrepo_c-0:0.20.1-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c@0.20.1-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.7.0.9-1.el8sat.src",
"product": {
"name": "foreman-0:3.7.0.9-1.el8sat.src",
"product_id": "foreman-0:3.7.0.9-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.7.0.9-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"product": {
"name": "foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"product_id": "foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-bootloaders-redhat@202102220000-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-discovery-image-1:4.1.0-10.el8sat.src",
"product": {
"name": "foreman-discovery-image-1:4.1.0-10.el8sat.src",
"product_id": "foreman-discovery-image-1:4.1.0-10.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-discovery-image@4.1.0-10.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-installer-1:3.7.0.4-1.el8sat.src",
"product": {
"name": "foreman-installer-1:3.7.0.4-1.el8sat.src",
"product_id": "foreman-installer-1:3.7.0.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-installer@3.7.0.4-1.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-obsolete-packages-0:1.5-1.el8sat.src",
"product": {
"name": "foreman-obsolete-packages-0:1.5-1.el8sat.src",
"product_id": "foreman-obsolete-packages-0:1.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-obsolete-packages@1.5-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-0:3.7.0-1.el8sat.src",
"product": {
"name": "foreman-proxy-0:3.7.0-1.el8sat.src",
"product_id": "foreman-proxy-0:3.7.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy@3.7.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman-selinux-0:3.7.0-1.el8sat.src",
"product": {
"name": "foreman-selinux-0:3.7.0-1.el8sat.src",
"product_id": "foreman-selinux-0:3.7.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-selinux@3.7.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "katello-0:4.9.0-1.el8sat.src",
"product": {
"name": "katello-0:4.9.0-1.el8sat.src",
"product_id": "katello-0:4.9.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello@4.9.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "katello-certs-tools-0:2.9.0-2.el8sat.src",
"product": {
"name": "katello-certs-tools-0:2.9.0-2.el8sat.src",
"product_id": "katello-certs-tools-0:2.9.0-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-certs-tools@2.9.0-2.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.18-4.el8pc.src",
"product": {
"name": "libcomps-0:0.1.18-4.el8pc.src",
"product_id": "libcomps-0:0.1.18-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps@0.1.18-4.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-0:0.7.22-4.el8pc.src",
"product": {
"name": "libsolv-0:0.7.22-4.el8pc.src",
"product_id": "libsolv-0:0.7.22-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv@0.7.22-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-0:2.4.2-2.el8.src",
"product": {
"name": "libwebsockets-0:2.4.2-2.el8.src",
"product_id": "libwebsockets-0:2.4.2-2.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets@2.4.2-2.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "mosquitto-0:2.0.14-1.el8sat.src",
"product": {
"name": "mosquitto-0:2.0.14-1.el8sat.src",
"product_id": "mosquitto-0:2.0.14-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mosquitto@2.0.14-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "postgresql-evr-0:0.0.2-1.el8sat.src",
"product": {
"name": "postgresql-evr-0:0.0.2-1.el8sat.src",
"product_id": "postgresql-evr-0:0.0.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-evr@0.0.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "pulpcore-selinux-0:1.3.3-1.el8pc.src",
"product": {
"name": "pulpcore-selinux-0:1.3.3-1.el8pc.src",
"product_id": "pulpcore-selinux-0:1.3.3-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pulpcore-selinux@1.3.3-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-agent-0:7.26.0-3.el8sat.src",
"product": {
"name": "puppet-agent-0:7.26.0-3.el8sat.src",
"product_id": "puppet-agent-0:7.26.0-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-agent@7.26.0-3.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:0.4.0-1.el8sat.src",
"product": {
"name": "puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"product_id": "puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-foreman_scap_client@0.4.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"product": {
"name": "puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"product_id": "puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppetlabs-stdlib@5.2.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppetserver-0:7.11.0-1.el8sat.src",
"product": {
"name": "puppetserver-0:7.11.0-1.el8sat.src",
"product_id": "puppetserver-0:7.11.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppetserver@7.11.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiodns-0:3.0.0-3.el8pc.src",
"product": {
"name": "python-aiodns-0:3.0.0-3.el8pc.src",
"product_id": "python-aiodns-0:3.0.0-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiodns@3.0.0-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiofiles-0:22.1.0-1.el8pc.src",
"product": {
"name": "python-aiofiles-0:22.1.0-1.el8pc.src",
"product_id": "python-aiofiles-0:22.1.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiofiles@22.1.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-0:3.8.3-2.el8pc.src",
"product": {
"name": "python-aiohttp-0:3.8.3-2.el8pc.src",
"product_id": "python-aiohttp-0:3.8.3-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp@3.8.3-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"product": {
"name": "python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"product_id": "python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-xmlrpc@1.5.0-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aioredis-0:2.0.1-2.el8pc.src",
"product": {
"name": "python-aioredis-0:2.0.1-2.el8pc.src",
"product_id": "python-aioredis-0:2.0.1-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aioredis@2.0.1-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiosignal-0:1.3.1-1.el8pc.src",
"product": {
"name": "python-aiosignal-0:1.3.1-1.el8pc.src",
"product_id": "python-aiosignal-0:1.3.1-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiosignal@1.3.1-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ansible-builder-0:1.0.1-4.el8pc.src",
"product": {
"name": "python-ansible-builder-0:1.0.1-4.el8pc.src",
"product_id": "python-ansible-builder-0:1.0.1-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ansible-builder@1.0.1-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-asgiref-0:3.6.0-1.el8pc.src",
"product": {
"name": "python-asgiref-0:3.6.0-1.el8pc.src",
"product_id": "python-asgiref-0:3.6.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-asgiref@3.6.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"product": {
"name": "python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"product_id": "python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-asyncio-throttle@1.0.2-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-async-lru-0:1.0.3-1.el8pc.src",
"product": {
"name": "python-async-lru-0:1.0.3-1.el8pc.src",
"product_id": "python-async-lru-0:1.0.3-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-async-lru@1.0.3-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-async-timeout-0:4.0.2-2.el8pc.src",
"product": {
"name": "python-async-timeout-0:4.0.2-2.el8pc.src",
"product_id": "python-async-timeout-0:4.0.2-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-async-timeout@4.0.2-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-attrs-0:21.4.0-2.el8pc.src",
"product": {
"name": "python-attrs-0:21.4.0-2.el8pc.src",
"product_id": "python-attrs-0:21.4.0-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-attrs@21.4.0-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-backoff-0:2.2.1-1.el8pc.src",
"product": {
"name": "python-backoff-0:2.2.1-1.el8pc.src",
"product_id": "python-backoff-0:2.2.1-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-backoff@2.2.1-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-bindep-0:2.11.0-2.el8pc.src",
"product": {
"name": "python-bindep-0:2.11.0-2.el8pc.src",
"product_id": "python-bindep-0:2.11.0-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bindep@2.11.0-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-bleach-0:3.3.1-2.el8pc.src",
"product": {
"name": "python-bleach-0:3.3.1-2.el8pc.src",
"product_id": "python-bleach-0:3.3.1-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bleach@3.3.1-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"product": {
"name": "python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"product_id": "python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bleach-allowlist@1.0.3-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-bracex-0:2.2.1-2.el8pc.src",
"product": {
"name": "python-bracex-0:2.2.1-2.el8pc.src",
"product_id": "python-bracex-0:2.2.1-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bracex@2.2.1-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-brotli-0:1.0.9-2.el8pc.src",
"product": {
"name": "python-brotli-0:1.0.9-2.el8pc.src",
"product_id": "python-brotli-0:1.0.9-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-brotli@1.0.9-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cchardet-0:2.1.7-4.el8pc.src",
"product": {
"name": "python-cchardet-0:2.1.7-4.el8pc.src",
"product_id": "python-cchardet-0:2.1.7-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cchardet@2.1.7-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-certifi-0:2022.12.7-1.1.el8pc.src",
"product": {
"name": "python-certifi-0:2022.12.7-1.1.el8pc.src",
"product_id": "python-certifi-0:2022.12.7-1.1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-certifi@2022.12.7-1.1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cffi-0:1.15.1-1.el8pc.src",
"product": {
"name": "python-cffi-0:1.15.1-1.el8pc.src",
"product_id": "python-cffi-0:1.15.1-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi@1.15.1-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-chardet-0:5.0.0-1.el8pc.src",
"product": {
"name": "python-chardet-0:5.0.0-1.el8pc.src",
"product_id": "python-chardet-0:5.0.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-chardet@5.0.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-charset-normalizer-0:2.1.1-1.el8pc.src",
"product": {
"name": "python-charset-normalizer-0:2.1.1-1.el8pc.src",
"product_id": "python-charset-normalizer-0:2.1.1-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-charset-normalizer@2.1.1-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-click-0:8.1.3-1.el8pc.src",
"product": {
"name": "python-click-0:8.1.3-1.el8pc.src",
"product_id": "python-click-0:8.1.3-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-click@8.1.3-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-click-shell-0:2.1-3.el8pc.src",
"product": {
"name": "python-click-shell-0:2.1-3.el8pc.src",
"product_id": "python-click-shell-0:2.1-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-click-shell@2.1-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-colorama-0:0.4.4-3.el8pc.src",
"product": {
"name": "python-colorama-0:0.4.4-3.el8pc.src",
"product_id": "python-colorama-0:0.4.4-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-colorama@0.4.4-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-commonmark-0:0.9.1-5.el8pc.src",
"product": {
"name": "python-commonmark-0:0.9.1-5.el8pc.src",
"product_id": "python-commonmark-0:0.9.1-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-commonmark@0.9.1-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-contextlib2-0:21.6.0-3.el8pc.src",
"product": {
"name": "python-contextlib2-0:21.6.0-3.el8pc.src",
"product_id": "python-contextlib2-0:21.6.0-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-contextlib2@21.6.0-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-0:38.0.4-1.el8pc.src",
"product": {
"name": "python-cryptography-0:38.0.4-1.el8pc.src",
"product_id": "python-cryptography-0:38.0.4-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography@38.0.4-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-daemon-0:2.3.1-1.1.el8sat.src",
"product": {
"name": "python-daemon-0:2.3.1-1.1.el8sat.src",
"product_id": "python-daemon-0:2.3.1-1.1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-daemon@2.3.1-1.1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dataclasses-0:0.8-3.el8pc.src",
"product": {
"name": "python-dataclasses-0:0.8-3.el8pc.src",
"product_id": "python-dataclasses-0:0.8-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dataclasses@0.8-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dateutil-0:2.8.2-2.el8pc.src",
"product": {
"name": "python-dateutil-0:2.8.2-2.el8pc.src",
"product_id": "python-dateutil-0:2.8.2-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dateutil@2.8.2-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-debian-0:0.1.44-3.el8pc.src",
"product": {
"name": "python-debian-0:0.1.44-3.el8pc.src",
"product_id": "python-debian-0:0.1.44-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-debian@0.1.44-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-defusedxml-0:0.7.1-3.el8pc.src",
"product": {
"name": "python-defusedxml-0:0.7.1-3.el8pc.src",
"product_id": "python-defusedxml-0:0.7.1-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-defusedxml@0.7.1-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-deprecated-0:1.2.13-1.el8pc.src",
"product": {
"name": "python-deprecated-0:1.2.13-1.el8pc.src",
"product_id": "python-deprecated-0:1.2.13-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-deprecated@1.2.13-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-diff-match-patch-0:20200713-3.el8pc.src",
"product": {
"name": "python-diff-match-patch-0:20200713-3.el8pc.src",
"product_id": "python-diff-match-patch-0:20200713-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-diff-match-patch@20200713-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-distro-0:1.7.0-1.el8pc.src",
"product": {
"name": "python-distro-0:1.7.0-1.el8pc.src",
"product_id": "python-distro-0:1.7.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-distro@1.7.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-0:3.2.21-1.el8pc.src",
"product": {
"name": "python-django-0:3.2.21-1.el8pc.src",
"product_id": "python-django-0:3.2.21-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django@3.2.21-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-currentuser-0:0.5.3-5.el8pc.src",
"product": {
"name": "python-django-currentuser-0:0.5.3-5.el8pc.src",
"product_id": "python-django-currentuser-0:0.5.3-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-currentuser@0.5.3-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-filter-0:22.1-2.el8pc.src",
"product": {
"name": "python-django-filter-0:22.1-2.el8pc.src",
"product_id": "python-django-filter-0:22.1-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-filter@22.1-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-guid-0:3.3.0-1.el8pc.src",
"product": {
"name": "python-django-guid-0:3.3.0-1.el8pc.src",
"product_id": "python-django-guid-0:3.3.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-guid@3.3.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-import-export-0:3.0.2-1.el8pc.src",
"product": {
"name": "python-django-import-export-0:3.0.2-1.el8pc.src",
"product_id": "python-django-import-export-0:3.0.2-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-import-export@3.0.2-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-lifecycle-0:1.0.0-1.el8pc.src",
"product": {
"name": "python-django-lifecycle-0:1.0.0-1.el8pc.src",
"product_id": "python-django-lifecycle-0:1.0.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-lifecycle@1.0.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-readonly-field-0:1.1.2-1.el8pc.src",
"product": {
"name": "python-django-readonly-field-0:1.1.2-1.el8pc.src",
"product_id": "python-django-readonly-field-0:1.1.2-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django-readonly-field@1.1.2-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-djangorestframework-0:3.14.0-1.el8pc.src",
"product": {
"name": "python-djangorestframework-0:3.14.0-1.el8pc.src",
"product_id": "python-djangorestframework-0:3.14.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-djangorestframework@3.14.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"product": {
"name": "python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"product_id": "python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-djangorestframework-queryfields@1.0.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-docutils-0:0.19-1.1.el8sat.src",
"product": {
"name": "python-docutils-0:0.19-1.1.el8sat.src",
"product_id": "python-docutils-0:0.19-1.1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-docutils@0.19-1.1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-drf-access-policy-0:1.3.0-1.el8pc.src",
"product": {
"name": "python-drf-access-policy-0:1.3.0-1.el8pc.src",
"product_id": "python-drf-access-policy-0:1.3.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-drf-access-policy@1.3.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"product": {
"name": "python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"product_id": "python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-drf-nested-routers@0.93.4-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-drf-spectacular-0:0.25.0-1.el8pc.src",
"product": {
"name": "python-drf-spectacular-0:0.25.0-1.el8pc.src",
"product_id": "python-drf-spectacular-0:0.25.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-drf-spectacular@0.25.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dynaconf-0:3.1.11-1.el8pc.src",
"product": {
"name": "python-dynaconf-0:3.1.11-1.el8pc.src",
"product_id": "python-dynaconf-0:3.1.11-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dynaconf@3.1.11-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ecdsa-0:0.18.0-1.el8pc.src",
"product": {
"name": "python-ecdsa-0:0.18.0-1.el8pc.src",
"product_id": "python-ecdsa-0:0.18.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ecdsa@0.18.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-enrich-0:1.2.6-5.el8pc.src",
"product": {
"name": "python-enrich-0:1.2.6-5.el8pc.src",
"product_id": "python-enrich-0:1.2.6-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-enrich@1.2.6-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-et-xmlfile-0:1.1.0-2.el8pc.src",
"product": {
"name": "python-et-xmlfile-0:1.1.0-2.el8pc.src",
"product_id": "python-et-xmlfile-0:1.1.0-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-et-xmlfile@1.1.0-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-flake8-0:3.9.2-5.el8pc.src",
"product": {
"name": "python-flake8-0:3.9.2-5.el8pc.src",
"product_id": "python-flake8-0:3.9.2-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flake8@3.9.2-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-frozenlist-0:1.3.3-1.el8pc.src",
"product": {
"name": "python-frozenlist-0:1.3.3-1.el8pc.src",
"product_id": "python-frozenlist-0:1.3.3-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-frozenlist@1.3.3-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-future-0:0.18.3-1.el8pc.src",
"product": {
"name": "python-future-0:0.18.3-1.el8pc.src",
"product_id": "python-future-0:0.18.3-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-future@0.18.3-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-galaxy-importer-0:0.4.6-1.el8pc.src",
"product": {
"name": "python-galaxy-importer-0:0.4.6-1.el8pc.src",
"product_id": "python-galaxy-importer-0:0.4.6-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-galaxy-importer@0.4.6-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gitdb-0:4.0.10-1.el8pc.src",
"product": {
"name": "python-gitdb-0:4.0.10-1.el8pc.src",
"product_id": "python-gitdb-0:4.0.10-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gitdb@4.0.10-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gitpython-0:3.1.32-1.el8pc.src",
"product": {
"name": "python-gitpython-0:3.1.32-1.el8pc.src",
"product_id": "python-gitpython-0:3.1.32-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gitpython@3.1.32-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gnupg-0:0.5.0-1.el8pc.src",
"product": {
"name": "python-gnupg-0:0.5.0-1.el8pc.src",
"product_id": "python-gnupg-0:0.5.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gnupg@0.5.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gunicorn-0:20.1.0-5.el8pc.src",
"product": {
"name": "python-gunicorn-0:20.1.0-5.el8pc.src",
"product_id": "python-gunicorn-0:20.1.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gunicorn@20.1.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-idna-0:3.3-2.el8pc.src",
"product": {
"name": "python-idna-0:3.3-2.el8pc.src",
"product_id": "python-idna-0:3.3-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@3.3-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-idna-ssl-0:1.1.0-5.el8pc.src",
"product": {
"name": "python-idna-ssl-0:1.1.0-5.el8pc.src",
"product_id": "python-idna-ssl-0:1.1.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna-ssl@1.1.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-importlib-metadata-0:4.10.1-2.el8pc.src",
"product": {
"name": "python-importlib-metadata-0:4.10.1-2.el8pc.src",
"product_id": "python-importlib-metadata-0:4.10.1-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-importlib-metadata@4.10.1-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-inflection-0:0.5.1-3.el8pc.src",
"product": {
"name": "python-inflection-0:0.5.1-3.el8pc.src",
"product_id": "python-inflection-0:0.5.1-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-inflection@0.5.1-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-iniparse-0:0.4-35.el8pc.src",
"product": {
"name": "python-iniparse-0:0.4-35.el8pc.src",
"product_id": "python-iniparse-0:0.4-35.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-iniparse@0.4-35.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jinja2-0:3.1.2-1.el8pc.src",
"product": {
"name": "python-jinja2-0:3.1.2-1.el8pc.src",
"product_id": "python-jinja2-0:3.1.2-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@3.1.2-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jsonschema-0:4.9.1-1.el8pc.src",
"product": {
"name": "python-jsonschema-0:4.9.1-1.el8pc.src",
"product_id": "python-jsonschema-0:4.9.1-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jsonschema@4.9.1-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-lockfile-0:0.12.2-1.el8sat.src",
"product": {
"name": "python-lockfile-0:0.12.2-1.el8sat.src",
"product_id": "python-lockfile-0:0.12.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lockfile@0.12.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-lxml-0:4.9.2-1.el8pc.src",
"product": {
"name": "python-lxml-0:4.9.2-1.el8pc.src",
"product_id": "python-lxml-0:4.9.2-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml@4.9.2-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markdown-0:3.4.1-1.el8pc.src",
"product": {
"name": "python-markdown-0:3.4.1-1.el8pc.src",
"product_id": "python-markdown-0:3.4.1-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markdown@3.4.1-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markuppy-0:1.14-3.el8pc.src",
"product": {
"name": "python-markuppy-0:1.14-3.el8pc.src",
"product_id": "python-markuppy-0:1.14-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markuppy@1.14-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-0:2.1.2-1.el8pc.src",
"product": {
"name": "python-markupsafe-0:2.1.2-1.el8pc.src",
"product_id": "python-markupsafe-0:2.1.2-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe@2.1.2-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-mccabe-0:0.6.1-3.el8pc.src",
"product": {
"name": "python-mccabe-0:0.6.1-3.el8pc.src",
"product_id": "python-mccabe-0:0.6.1-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-mccabe@0.6.1-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-multidict-0:6.0.4-1.el8pc.src",
"product": {
"name": "python-multidict-0:6.0.4-1.el8pc.src",
"product_id": "python-multidict-0:6.0.4-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-multidict@6.0.4-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-naya-0:1.1.1-3.el8pc.src",
"product": {
"name": "python-naya-0:1.1.1-3.el8pc.src",
"product_id": "python-naya-0:1.1.1-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-naya@1.1.1-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-odfpy-0:1.4.1-6.el8pc.src",
"product": {
"name": "python-odfpy-0:1.4.1-6.el8pc.src",
"product_id": "python-odfpy-0:1.4.1-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-odfpy@1.4.1-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-openpyxl-0:3.1.0-1.el8pc.src",
"product": {
"name": "python-openpyxl-0:3.1.0-1.el8pc.src",
"product_id": "python-openpyxl-0:3.1.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-openpyxl@3.1.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-packaging-0:21.3-1.el8pc.src",
"product": {
"name": "python-packaging-0:21.3-1.el8pc.src",
"product_id": "python-packaging-0:21.3-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-packaging@21.3-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-parsley-0:1.3-2.el8pc.src",
"product": {
"name": "python-parsley-0:1.3-2.el8pc.src",
"product_id": "python-parsley-0:1.3-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-parsley@1.3-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pbr-0:5.8.0-4.el8pc.src",
"product": {
"name": "python-pbr-0:5.8.0-4.el8pc.src",
"product_id": "python-pbr-0:5.8.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pbr@5.8.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pexpect-0:4.8.0-2.el8sat.src",
"product": {
"name": "python-pexpect-0:4.8.0-2.el8sat.src",
"product_id": "python-pexpect-0:4.8.0-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pexpect@4.8.0-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-productmd-0:1.33-3.el8pc.src",
"product": {
"name": "python-productmd-0:1.33-3.el8pc.src",
"product_id": "python-productmd-0:1.33-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-productmd@1.33-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-protobuf-0:4.21.6-1.el8pc.src",
"product": {
"name": "python-protobuf-0:4.21.6-1.el8pc.src",
"product_id": "python-protobuf-0:4.21.6-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-protobuf@4.21.6-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-0:2.9.3-2.el8pc.src",
"product": {
"name": "python-psycopg2-0:2.9.3-2.el8pc.src",
"product_id": "python-psycopg2-0:2.9.3-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2@2.9.3-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ptyprocess-0:0.7.0-1.el8sat.src",
"product": {
"name": "python-ptyprocess-0:0.7.0-1.el8sat.src",
"product_id": "python-ptyprocess-0:0.7.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ptyprocess@0.7.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-ansible-1:0.16.0-1.el8pc.src",
"product": {
"name": "python-pulp-ansible-1:0.16.0-1.el8pc.src",
"product_id": "python-pulp-ansible-1:0.16.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-ansible@0.16.0-1.el8pc?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-pulp-certguard-0:1.5.6-1.el8pc.src",
"product": {
"name": "python-pulp-certguard-0:1.5.6-1.el8pc.src",
"product_id": "python-pulp-certguard-0:1.5.6-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-certguard@1.5.6-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-cli-0:0.14.0-4.el8pc.src",
"product": {
"name": "python-pulp-cli-0:0.14.0-4.el8pc.src",
"product_id": "python-pulp-cli-0:0.14.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-cli@0.14.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-container-0:2.14.7-1.el8pc.src",
"product": {
"name": "python-pulp-container-0:2.14.7-1.el8pc.src",
"product_id": "python-pulp-container-0:2.14.7-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-container@2.14.7-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-deb-0:2.20.2-1.el8pc.src",
"product": {
"name": "python-pulp-deb-0:2.20.2-1.el8pc.src",
"product_id": "python-pulp-deb-0:2.20.2-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-deb@2.20.2-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-file-0:1.12.0-1.el8pc.src",
"product": {
"name": "python-pulp-file-0:1.12.0-1.el8pc.src",
"product_id": "python-pulp-file-0:1.12.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-file@1.12.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp_manifest-0:3.0.0-3.el8pc.src",
"product": {
"name": "python-pulp_manifest-0:3.0.0-3.el8pc.src",
"product_id": "python-pulp_manifest-0:3.0.0-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp_manifest@3.0.0-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-rpm-0:3.19.9-1.el8pc.src",
"product": {
"name": "python-pulp-rpm-0:3.19.9-1.el8pc.src",
"product_id": "python-pulp-rpm-0:3.19.9-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-rpm@3.19.9-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycares-0:4.1.2-2.el8pc.src",
"product": {
"name": "python-pycares-0:4.1.2-2.el8pc.src",
"product_id": "python-pycares-0:4.1.2-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycares@4.1.2-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycodestyle-0:2.7.0-5.el8pc.src",
"product": {
"name": "python-pycodestyle-0:2.7.0-5.el8pc.src",
"product_id": "python-pycodestyle-0:2.7.0-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycodestyle@2.7.0-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycparser-0:2.21-2.el8pc.src",
"product": {
"name": "python-pycparser-0:2.21-2.el8pc.src",
"product_id": "python-pycparser-0:2.21-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycparser@2.21-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycryptodomex-0:3.14.1-2.el8pc.src",
"product": {
"name": "python-pycryptodomex-0:3.14.1-2.el8pc.src",
"product_id": "python-pycryptodomex-0:3.14.1-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycryptodomex@3.14.1-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyflakes-0:2.3.1-5.el8pc.src",
"product": {
"name": "python-pyflakes-0:2.3.1-5.el8pc.src",
"product_id": "python-pyflakes-0:2.3.1-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyflakes@2.3.1-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pygments-0:2.14.0-1.el8pc.src",
"product": {
"name": "python-pygments-0:2.14.0-1.el8pc.src",
"product_id": "python-pygments-0:2.14.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pygments@2.14.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pygtrie-0:2.5.0-1.el8pc.src",
"product": {
"name": "python-pygtrie-0:2.5.0-1.el8pc.src",
"product_id": "python-pygtrie-0:2.5.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pygtrie@2.5.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyjwkest-0:1.4.2-6.el8pc.src",
"product": {
"name": "python-pyjwkest-0:1.4.2-6.el8pc.src",
"product_id": "python-pyjwkest-0:1.4.2-6.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyjwkest@1.4.2-6.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyjwt-0:2.5.0-2.el8pc.src",
"product": {
"name": "python-pyjwt-0:2.5.0-2.el8pc.src",
"product_id": "python-pyjwt-0:2.5.0-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyjwt@2.5.0-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"product": {
"name": "python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"product_id": "python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyOpenSSL@22.1.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyparsing-0:2.4.7-3.el8pc.src",
"product": {
"name": "python-pyparsing-0:2.4.7-3.el8pc.src",
"product_id": "python-pyparsing-0:2.4.7-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyparsing@2.4.7-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-0:0.18.1-2.el8pc.src",
"product": {
"name": "python-pyrsistent-0:0.18.1-2.el8pc.src",
"product_id": "python-pyrsistent-0:0.18.1-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent@0.18.1-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytz-0:2022.2.1-1.el8pc.src",
"product": {
"name": "python-pytz-0:2022.2.1-1.el8pc.src",
"product_id": "python-pytz-0:2022.2.1-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytz@2022.2.1-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyyaml-0:5.4.1-4.el8pc.src",
"product": {
"name": "python-pyyaml-0:5.4.1-4.el8pc.src",
"product_id": "python-pyyaml-0:5.4.1-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyyaml@5.4.1-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-qpid-0:1.37.0-1.el8.src",
"product": {
"name": "python-qpid-0:1.37.0-1.el8.src",
"product_id": "python-qpid-0:1.37.0-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-qpid@1.37.0-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-redis-0:4.3.4-1.el8pc.src",
"product": {
"name": "python-redis-0:4.3.4-1.el8pc.src",
"product_id": "python-redis-0:4.3.4-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-redis@4.3.4-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.31.0-1.el8pc.src",
"product": {
"name": "python-requests-0:2.31.0-1.el8pc.src",
"product_id": "python-requests-0:2.31.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.31.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requirements-parser-0:0.2.0-3.el8pc.src",
"product": {
"name": "python-requirements-parser-0:0.2.0-3.el8pc.src",
"product_id": "python-requirements-parser-0:0.2.0-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requirements-parser@0.2.0-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-rhsm-0:1.19.2-3.el8pc.src",
"product": {
"name": "python-rhsm-0:1.19.2-3.el8pc.src",
"product_id": "python-rhsm-0:1.19.2-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-rhsm@1.19.2-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-rich-0:13.3.1-2.el8pc.src",
"product": {
"name": "python-rich-0:13.3.1-2.el8pc.src",
"product_id": "python-rich-0:13.3.1-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-rich@13.3.1-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"product": {
"name": "python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"product_id": "python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ruamel-yaml@0.17.21-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"product": {
"name": "python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"product_id": "python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ruamel-yaml-clib@0.2.7-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-schema-0:0.7.5-2.el8pc.src",
"product": {
"name": "python-schema-0:0.7.5-2.el8pc.src",
"product_id": "python-schema-0:0.7.5-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-schema@0.7.5-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-semantic-version-0:2.10.0-1.el8pc.src",
"product": {
"name": "python-semantic-version-0:2.10.0-1.el8pc.src",
"product_id": "python-semantic-version-0:2.10.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-semantic-version@2.10.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-six-0:1.16.0-2.el8pc.src",
"product": {
"name": "python-six-0:1.16.0-2.el8pc.src",
"product_id": "python-six-0:1.16.0-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-six@1.16.0-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-smmap-0:5.0.0-2.el8pc.src",
"product": {
"name": "python-smmap-0:5.0.0-2.el8pc.src",
"product_id": "python-smmap-0:5.0.0-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-smmap@5.0.0-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sqlparse-0:0.4.4-1.el8pc.src",
"product": {
"name": "python-sqlparse-0:0.4.4-1.el8pc.src",
"product_id": "python-sqlparse-0:0.4.4-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlparse@0.4.4-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tablib-0:3.3.0-1.el8pc.src",
"product": {
"name": "python-tablib-0:3.3.0-1.el8pc.src",
"product_id": "python-tablib-0:3.3.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tablib@3.3.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tenacity-0:7.0.0-3.el8pc.src",
"product": {
"name": "python-tenacity-0:7.0.0-3.el8pc.src",
"product_id": "python-tenacity-0:7.0.0-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tenacity@7.0.0-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-toml-0:0.10.2-3.el8pc.src",
"product": {
"name": "python-toml-0:0.10.2-3.el8pc.src",
"product_id": "python-toml-0:0.10.2-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-toml@0.10.2-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"product": {
"name": "python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"product_id": "python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-types-cryptography@3.3.23.2-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"product": {
"name": "python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"product_id": "python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-typing-extensions@3.10.0.2-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-uritemplate-0:4.1.1-2.el8pc.src",
"product": {
"name": "python-uritemplate-0:4.1.1-2.el8pc.src",
"product_id": "python-uritemplate-0:4.1.1-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-uritemplate@4.1.1-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:1.26.8-2.el8pc.src",
"product": {
"name": "python-urllib3-0:1.26.8-2.el8pc.src",
"product_id": "python-urllib3-0:1.26.8-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.26.8-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-urlman-0:2.0.1-1.el8pc.src",
"product": {
"name": "python-urlman-0:2.0.1-1.el8pc.src",
"product_id": "python-urlman-0:2.0.1-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urlman@2.0.1-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-url-normalize-0:1.4.3-4.el8pc.src",
"product": {
"name": "python-url-normalize-0:1.4.3-4.el8pc.src",
"product_id": "python-url-normalize-0:1.4.3-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-url-normalize@1.4.3-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wcmatch-0:8.3-2.el8pc.src",
"product": {
"name": "python-wcmatch-0:8.3-2.el8pc.src",
"product_id": "python-wcmatch-0:8.3-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wcmatch@8.3-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-webencodings-0:0.5.1-3.el8pc.src",
"product": {
"name": "python-webencodings-0:0.5.1-3.el8pc.src",
"product_id": "python-webencodings-0:0.5.1-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-webencodings@0.5.1-3.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": "python-whitenoise-0:6.0.0-1.el8pc.src",
"product": {
"name": "python-whitenoise-0:6.0.0-1.el8pc.src",
"product_id": "python-whitenoise-0:6.0.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-whitenoise@6.0.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-0:1.14.1-1.el8pc.src",
"product": {
"name": "python-wrapt-0:1.14.1-1.el8pc.src",
"product_id": "python-wrapt-0:1.14.1-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt@1.14.1-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-xlrd-0:2.0.1-5.el8pc.src",
"product": {
"name": "python-xlrd-0:2.0.1-5.el8pc.src",
"product_id": "python-xlrd-0:2.0.1-5.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-xlrd@2.0.1-5.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-xlwt-0:1.3.0-3.el8pc.src",
"product": {
"name": "python-xlwt-0:1.3.0-3.el8pc.src",
"product_id": "python-xlwt-0:1.3.0-3.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-xlwt@1.3.0-3.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-yarl-0:1.8.2-1.el8pc.src",
"product": {
"name": "python-yarl-0:1.8.2-1.el8pc.src",
"product_id": "python-yarl-0:1.8.2-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yarl@1.8.2-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zipp-0:3.4.0-4.el8pc.src",
"product": {
"name": "python-zipp-0:3.4.0-4.el8pc.src",
"product_id": "python-zipp-0:3.4.0-4.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zipp@3.4.0-4.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "qpid-cpp-0:1.39.0-7.el8amq.src",
"product": {
"name": "qpid-cpp-0:1.39.0-7.el8amq.src",
"product_id": "qpid-cpp-0:1.39.0-7.el8amq.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-cpp@1.39.0-7.el8amq?arch=src"
}
}
},
{
"category": "product_version",
"name": "qpid-dispatch-0:1.14.0-6.el8.src",
"product": {
"name": "qpid-dispatch-0:1.14.0-6.el8.src",
"product_id": "qpid-dispatch-0:1.14.0-6.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-dispatch@1.14.0-6.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-0:0.33.0-4.el8.src",
"product": {
"name": "qpid-proton-0:0.33.0-4.el8.src",
"product_id": "qpid-proton-0:0.33.0-4.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton@0.33.0-4.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"product": {
"name": "redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"product_id": "redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-access-insights-puppet@1.0.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"product": {
"name": "rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"product_id": "rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actioncable@6.1.7.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"product": {
"name": "rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"product_id": "rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionmailbox@6.1.7.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"product": {
"name": "rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"product_id": "rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionmailer@6.1.7.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"product": {
"name": "rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"product_id": "rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionpack@6.1.7.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"product": {
"name": "rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"product_id": "rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actiontext@6.1.7.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"product": {
"name": "rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"product_id": "rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionview@6.1.7.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"product": {
"name": "rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"product_id": "rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activejob@6.1.7.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"product": {
"name": "rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"product_id": "rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activemodel@6.1.7.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"product": {
"name": "rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"product_id": "rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord@6.1.7.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"product": {
"name": "rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"product_id": "rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord-import@1.4.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"product": {
"name": "rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"product_id": "rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord-session_store@2.0.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"product": {
"name": "rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"product_id": "rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activestorage@6.1.7.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"product": {
"name": "rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"product_id": "rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activesupport@6.1.7.3-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.4-1.el8sat.src",
"product": {
"name": "rubygem-addressable-0:2.8.4-1.el8sat.src",
"product_id": "rubygem-addressable-0:2.8.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-addressable@2.8.4-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.4.0-1.el8sat.src",
"product": {
"name": "rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"product_id": "rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-amazing_print@1.4.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-anemone-0:0.7.2-23.el8sat.src",
"product": {
"name": "rubygem-anemone-0:0.7.2-23.el8sat.src",
"product_id": "rubygem-anemone-0:0.7.2-23.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-anemone@0.7.2-23.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.5.0-1.el8sat.src",
"product": {
"name": "rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"product_id": "rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-dsl@2.5.0-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.1.0-1.el8sat.src",
"product": {
"name": "rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"product_id": "rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-rails@1.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-audited-0:5.3.2-1.el8sat.src",
"product": {
"name": "rubygem-audited-0:5.3.2-1.el8sat.src",
"product_id": "rubygem-audited-0:5.3.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-audited@5.3.2-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.18-1.el8sat.src",
"product": {
"name": "rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"product_id": "rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bcrypt@3.1.18-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-builder-0:3.2.4-2.el8sat.src",
"product": {
"name": "rubygem-builder-0:3.2.4-2.el8sat.src",
"product_id": "rubygem-builder-0:3.2.4-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-builder@3.2.4-2.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.14.0-1.el8sat.src",
"product": {
"name": "rubygem-css_parser-0:1.14.0-1.el8sat.src",
"product_id": "rubygem-css_parser-0:1.14.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-css_parser@1.14.0-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.5.3-3.el8sat.src",
"product": {
"name": "rubygem-deface-0:1.5.3-3.el8sat.src",
"product_id": "rubygem-deface-0:1.5.3-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-deface@1.5.3-3.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.5.20190701-1.el8sat.src",
"product": {
"name": "rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"product_id": "rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-domain_name@0.5.20190701-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-dynflow-0:1.7.0-1.el8sat.src",
"product": {
"name": "rubygem-dynflow-0:1.7.0-1.el8sat.src",
"product_id": "rubygem-dynflow-0:1.7.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-dynflow@1.7.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-erubi-0:1.12.0-1.el8sat.src",
"product": {
"name": "rubygem-erubi-0:1.12.0-1.el8sat.src",
"product_id": "rubygem-erubi-0:1.12.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-erubi@1.12.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.99.0-1.el8sat.src",
"product": {
"name": "rubygem-excon-0:0.99.0-1.el8sat.src",
"product_id": "rubygem-excon-0:0.99.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-excon@0.99.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-execjs-0:2.8.1-1.el8sat.src",
"product": {
"name": "rubygem-execjs-0:2.8.1-1.el8sat.src",
"product_id": "rubygem-execjs-0:2.8.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-execjs@2.8.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-facter-0:4.4.0-1.el8sat.src",
"product": {
"name": "rubygem-facter-0:4.4.0-1.el8sat.src",
"product_id": "rubygem-facter-0:4.4.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-facter@4.4.0-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:1.8.0-1.el8sat.src",
"product": {
"name": "rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"product_id": "rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fast_gettext@1.8.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ffi-0:1.15.5-1.el8sat.src",
"product": {
"name": "rubygem-ffi-0:1.15.5-1.el8sat.src",
"product_id": "rubygem-ffi-0:1.15.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ffi@1.15.5-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"product": {
"name": "rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"product_id": "rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-aws@3.19.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-core-0:2.3.0-1.el8sat.src",
"product": {
"name": "rubygem-fog-core-0:2.3.0-1.el8sat.src",
"product_id": "rubygem-fog-core-0:2.3.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-core@2.3.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.11.0-1.el8sat.src",
"product": {
"name": "rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"product_id": "rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-libvirt@0.11.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"product": {
"name": "rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"product_id": "rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-openstack@1.1.0-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.6.2-1.el8sat.src",
"product": {
"name": "rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"product_id": "rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-vsphere@3.6.2-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:12.0.6-1.el8sat.src",
"product": {
"name": "rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"product_id": "rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_ansible@12.0.6-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"product": {
"name": "rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"product_id": "rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_azure_rm@2.2.9-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"product": {
"name": "rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"product_id": "rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_bootdisk@21.0.4-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"product": {
"name": "rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"product_id": "rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_discovery@22.0.4-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"product": {
"name": "rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"product_id": "rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_google@1.0.4-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"product": {
"name": "rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"product_id": "rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_hooks@0.3.17-3.1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"product": {
"name": "rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"product_id": "rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_kubevirt@0.1.9-4.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"product": {
"name": "rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"product_id": "rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_leapp@0.1.14-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"product": {
"name": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"product_id": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.3.5-1.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"product": {
"name": "rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"product_id": "rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_openscap@7.0.0-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"product": {
"name": "rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"product_id": "rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_puppet@6.0.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"product": {
"name": "rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"product_id": "rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_remote_execution@10.0.7-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"product": {
"name": "rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"product_id": "rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_rh_cloud@8.0.51-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_templates-0:9.4.0-1.el8sat.src",
"product": {
"name": "rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"product_id": "rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_templates@9.4.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"product": {
"name": "rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"product_id": "rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_theme_satellite@12.0.0.5-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"product": {
"name": "rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"product_id": "rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_virt_who_configure@0.5.16-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"product": {
"name": "rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"product_id": "rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_webhooks@3.2.1-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.0-1.el8sat.src",
"product": {
"name": "rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"product_id": "rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-friendly_id@5.5.0-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:0.2.7-2.1.el8sat.src",
"product": {
"name": "rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"product_id": "rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-get_process_mem@0.2.7-2.1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"product": {
"name": "rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"product_id": "rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gettext_i18n_rails@1.10.1-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.1.0-1.el8sat.src",
"product": {
"name": "rubygem-globalid-0:1.1.0-1.el8sat.src",
"product_id": "rubygem-globalid-0:1.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-globalid@1.1.0-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.21.6-1.el8sat.src",
"product": {
"name": "rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"product_id": "rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-protobuf@3.21.6-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-graphql-0:1.13.19-1.el8sat.src",
"product": {
"name": "rubygem-graphql-0:1.13.19-1.el8sat.src",
"product_id": "rubygem-graphql-0:1.13.19-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-graphql@1.13.19-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"product": {
"name": "rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"product_id": "rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-graphql-batch@0.5.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-grpc-0:1.49.1-1.el8sat.src",
"product": {
"name": "rubygem-grpc-0:1.49.1-1.el8sat.src",
"product_id": "rubygem-grpc-0:1.49.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-grpc@1.49.1-1.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.7.0.1-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"product_id": "rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli@3.7.0.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman@3.7.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_admin@1.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_ansible@0.5.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_azure_rm@0.2.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_bootdisk@0.3.0-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_discovery@1.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_google@1.0.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_kubevirt@0.1.5-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_leapp@0.1.1-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_openscap@0.1.13-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_puppet@0.0.6-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_remote_execution@0.2.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_tasks@0.0.19-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_templates@0.2.0-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_virt_who_configure@0.0.9-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"product_id": "rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_webhooks@0.0.4-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"product": {
"name": "rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"product_id": "rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_katello@1.9.1.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.5-1.el8sat.src",
"product": {
"name": "rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"product_id": "rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http-cookie@1.0.5-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-3.1.el8sat.src",
"product": {
"name": "rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"product_id": "rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http_parser.rb@0.6.0-3.1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-i18n-0:1.13.0-1.el8sat.src",
"product": {
"name": "rubygem-i18n-0:1.13.0-1.el8sat.src",
"product_id": "rubygem-i18n-0:1.13.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-i18n@1.13.0-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.7.0-1.el8sat.src",
"product": {
"name": "rubygem-jwt-0:2.7.0-1.el8sat.src",
"product_id": "rubygem-jwt-0:2.7.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-jwt@2.7.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-kafo-0:7.0.0-1.el8sat.src",
"product": {
"name": "rubygem-kafo-0:7.0.0-1.el8sat.src",
"product_id": "rubygem-kafo-0:7.0.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kafo@7.0.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.9.0.16-1.el8sat.src",
"product": {
"name": "rubygem-katello-0:4.9.0.16-1.el8sat.src",
"product_id": "rubygem-katello-0:4.9.0.16-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.9.0.16-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.6.0-1.el8sat.src",
"product": {
"name": "rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"product_id": "rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ldap_fluff@0.6.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.3-1.el8sat.src",
"product": {
"name": "rubygem-locale-0:2.1.3-1.el8sat.src",
"product_id": "rubygem-locale-0:2.1.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-locale@2.1.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-logging-0:2.3.1-1.el8sat.src",
"product": {
"name": "rubygem-logging-0:2.3.1-1.el8sat.src",
"product_id": "rubygem-logging-0:2.3.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-logging@2.3.1-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.21.3-1.el8sat.src",
"product": {
"name": "rubygem-loofah-0:2.21.3-1.el8sat.src",
"product_id": "rubygem-loofah-0:2.21.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-loofah@2.21.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-mail-0:2.8.0.1-1.el8sat.src",
"product": {
"name": "rubygem-mail-0:2.8.0.1-1.el8sat.src",
"product_id": "rubygem-mail-0:2.8.0.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mail@2.8.0.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-marcel-0:1.0.2-1.el8sat.src",
"product": {
"name": "rubygem-marcel-0:1.0.2-1.el8sat.src",
"product_id": "rubygem-marcel-0:1.0.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-marcel@1.0.2-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.0.0-1.el8sat.src",
"product": {
"name": "rubygem-method_source-0:1.0.0-1.el8sat.src",
"product_id": "rubygem-method_source-0:1.0.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-method_source@1.0.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-mime-types-0:3.4.1-1.el8sat.src",
"product": {
"name": "rubygem-mime-types-0:3.4.1-1.el8sat.src",
"product_id": "rubygem-mime-types-0:3.4.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mime-types@3.4.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"product": {
"name": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"product_id": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mime-types-data@3.2023.0218.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"product": {
"name": "rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"product_id": "rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mini_mime@1.1.2-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.1-1.el8sat.src",
"product": {
"name": "rubygem-msgpack-0:1.7.1-1.el8sat.src",
"product_id": "rubygem-msgpack-0:1.7.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-msgpack@1.7.1-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.18.0-1.el8sat.src",
"product": {
"name": "rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"product_id": "rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ldap@0.18.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.1.0-1.el8sat.src",
"product": {
"name": "rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"product_id": "rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ssh@7.1.0-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.5.9-1.el8sat.src",
"product": {
"name": "rubygem-nio4r-0:2.5.9-1.el8sat.src",
"product_id": "rubygem-nio4r-0:2.5.9-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nio4r@2.5.9-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"product": {
"name": "rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"product_id": "rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri@1.15.0-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.0.1-1.el8sat.src",
"product": {
"name": "rubygem-optimist-0:3.0.1-1.el8sat.src",
"product_id": "rubygem-optimist-0:3.0.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-optimist@3.0.1-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.4.1-1.el8sat.src",
"product": {
"name": "rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"product_id": "rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ovirt-engine-sdk@4.4.1-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.23.0-1.el8sat.src",
"product": {
"name": "rubygem-parallel-0:1.23.0-1.el8sat.src",
"product_id": "rubygem-parallel-0:1.23.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-parallel@1.23.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.3-1.el8sat.src",
"product": {
"name": "rubygem-pg-0:1.5.3-1.el8sat.src",
"product_id": "rubygem-pg-0:1.5.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.3-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.1.0-1.el8sat.src",
"product": {
"name": "rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"product_id": "rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-prometheus-client@4.1.0-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.0.1-1.el8sat.src",
"product": {
"name": "rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"product_id": "rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-public_suffix@5.0.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"product": {
"name": "rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"product_id": "rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_ansible_client@0.16.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"product": {
"name": "rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"product_id": "rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_certguard_client@1.6.4-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"product": {
"name": "rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"product_id": "rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_container_client@2.14.5-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"product": {
"name": "rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"product_id": "rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulpcore_client@3.22.4-1.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"product": {
"name": "rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"product_id": "rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_deb_client@2.20.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"product": {
"name": "rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"product_id": "rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_file_client@1.12.0-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"product": {
"name": "rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"product_id": "rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_ostree_client@2.0.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"product": {
"name": "rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"product_id": "rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_python_client@3.8.0-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"product": {
"name": "rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"product_id": "rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_rpm_client@3.19.6-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-puma-0:6.2.2-1.el8sat.src",
"product": {
"name": "rubygem-puma-0:6.2.2-1.el8sat.src",
"product_id": "rubygem-puma-0:6.2.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-puma@6.2.2-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-qpid_proton-0:0.33.0-5.el8sat.src",
"product": {
"name": "rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"product_id": "rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-qpid_proton@0.33.0-5.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.7-1.el8sat.src",
"product": {
"name": "rubygem-rack-0:2.2.7-1.el8sat.src",
"product_id": "rubygem-rack-0:2.2.7-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.7-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.3-1.el8sat.src",
"product": {
"name": "rubygem-rails-0:6.1.7.3-1.el8sat.src",
"product_id": "rubygem-rails-0:6.1.7.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails@6.1.7.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"product": {
"name": "rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"product_id": "rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-dom-testing@2.0.3-7.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"product": {
"name": "rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"product_id": "rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-html-sanitizer@1.5.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"product": {
"name": "rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"product_id": "rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-i18n@7.0.7-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-railties-0:6.1.7.3-1.el8sat.src",
"product": {
"name": "rubygem-railties-0:6.1.7.3-1.el8sat.src",
"product_id": "rubygem-railties-0:6.1.7.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-railties@6.1.7.3-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.10.1-1.el8sat.src",
"product": {
"name": "rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"product_id": "rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rb-inotify@0.10.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.6.1-1.el8sat.src",
"product": {
"name": "rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"product_id": "rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbvmomi2@3.6.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.5.4-1.el8sat.src",
"product": {
"name": "rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"product_id": "rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-redfish_client@0.5.4-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.0-1.el8sat.src",
"product": {
"name": "rubygem-responders-0:3.1.0-1.el8sat.src",
"product_id": "rubygem-responders-0:3.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-responders@3.1.0-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-20.1.el8sat.src",
"product": {
"name": "rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"product_id": "rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rkerberos@0.1.5-20.1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-roadie-0:5.1.0-1.el8sat.src",
"product": {
"name": "rubygem-roadie-0:5.1.0-1.el8sat.src",
"product_id": "rubygem-roadie-0:5.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-roadie@5.1.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"product": {
"name": "rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"product_id": "rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-roadie-rails@3.0.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-robotex-0:1.0.0-22.el8sat.src",
"product": {
"name": "rubygem-robotex-0:1.0.0-22.el8sat.src",
"product_id": "rubygem-robotex-0:1.0.0-22.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-robotex@1.0.0-22.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.0-1.el8sat.src",
"product": {
"name": "rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"product_id": "rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby2ruby@2.5.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"product": {
"name": "rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"product_id": "rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rubyipmi@0.11.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"product": {
"name": "rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"product_id": "rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby-libvirt@0.8.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"product": {
"name": "rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"product_id": "rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby_parser@3.20.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-safemode-0:1.3.8-1.el8sat.src",
"product": {
"name": "rubygem-safemode-0:1.3.8-1.el8sat.src",
"product_id": "rubygem-safemode-0:1.3.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-safemode@1.3.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"product": {
"name": "rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"product_id": "rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-scoped_search@4.1.11-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.5.0-1.el8sat.src",
"product": {
"name": "rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"product_id": "rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-secure_headers@6.5.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sequel-0:5.68.0-1.el8sat.src",
"product": {
"name": "rubygem-sequel-0:5.68.0-1.el8sat.src",
"product_id": "rubygem-sequel-0:5.68.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sequel@5.68.0-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.0-1.el8sat.src",
"product": {
"name": "rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"product_id": "rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sexp_processor@4.17.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"product": {
"name": "rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"product_id": "rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sidekiq@6.3.1-2.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.5-1.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"product_id": "rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_ansible@3.5.5-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"product_id": "rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_container_gateway@1.0.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"product_id": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dhcp_infoblox@0.0.17-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-9.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"product_id": "rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_discovery@1.0.5-9.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.1.0-7.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"product_id": "rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dns_infoblox@1.1.0-7.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"product_id": "rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dynflow@0.9.0-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.9.2-1.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"product_id": "rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_openscap@0.9.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"product_id": "rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_pulp@3.2.0-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"product_id": "rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_shellhooks@0.9.2-3.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-sprockets-0:4.2.0-1.el8sat.src",
"product": {
"name": "rubygem-sprockets-0:4.2.0-1.el8sat.src",
"product_id": "rubygem-sprockets-0:4.2.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sprockets@4.2.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"product": {
"name": "rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"product_id": "rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sprockets-rails@3.4.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"product": {
"name": "rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"product_id": "rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sqlite3@1.4.2-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.2.2-1.el8sat.src",
"product": {
"name": "rubygem-thor-0:1.2.2-1.el8sat.src",
"product_id": "rubygem-thor-0:1.2.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-thor@1.2.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-tilt-0:2.1.0-1.el8sat.src",
"product": {
"name": "rubygem-tilt-0:2.1.0-1.el8sat.src",
"product_id": "rubygem-tilt-0:2.1.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-tilt@2.1.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-unf-0:0.1.4-1.el8sat.src",
"product": {
"name": "rubygem-unf-0:0.1.4-1.el8sat.src",
"product_id": "rubygem-unf-0:0.1.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-unf@0.1.4-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"product": {
"name": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"product_id": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-unf_ext@0.0.8.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"product": {
"name": "rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"product_id": "rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-unicode@0.4.4.4-4.1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"product": {
"name": "rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"product_id": "rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-unicode-display_width@1.8.0-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.2-1.el8sat.src",
"product": {
"name": "rubygem-version_gem-0:1.1.2-1.el8sat.src",
"product_id": "rubygem-version_gem-0:1.1.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-version_gem@1.1.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"product": {
"name": "rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"product_id": "rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-webpack-rails@0.9.11-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-webrick-0:1.8.1-1.el8sat.src",
"product": {
"name": "rubygem-webrick-0:1.8.1-1.el8sat.src",
"product_id": "rubygem-webrick-0:1.8.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-webrick@1.8.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"product": {
"name": "rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"product_id": "rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-websocket-driver@0.7.5-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.2-1.el8sat.src",
"product": {
"name": "rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"product_id": "rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-xmlrpc@0.3.2-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"product": {
"name": "rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"product_id": "rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-zeitwerk@2.6.8-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "saslwrapper-0:0.22-6.el8sat.src",
"product": {
"name": "saslwrapper-0:0.22-6.el8sat.src",
"product_id": "saslwrapper-0:0.22-6.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/saslwrapper@0.22-6.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.14.0-3.el8sat.src",
"product": {
"name": "satellite-0:6.14.0-3.el8sat.src",
"product_id": "satellite-0:6.14.0-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.14.0-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-clone-0:3.5.0-1.el8sat.src",
"product": {
"name": "satellite-clone-0:3.5.0-1.el8sat.src",
"product_id": "satellite-clone-0:3.5.0-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-clone@3.5.0-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-installer-0:6.14.0.5-1.el8sat.src",
"product": {
"name": "satellite-installer-0:6.14.0.5-1.el8sat.src",
"product_id": "satellite-installer-0:6.14.0.5-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-installer@6.14.0.5-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-1.el8sat.src",
"product": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"product_id": "yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-forwarder@0.0.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulpcore-0:3.22.15-2.el8pc.src",
"product": {
"name": "python-pulpcore-0:3.22.15-2.el8pc.src",
"product_id": "python-pulpcore-0:3.22.15-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore@3.22.15-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"product": {
"name": "rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"product_id": "rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman-tasks@8.1.4-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"product": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"product_id": "rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_remote_execution_ssh@0.10.1-1.el8sat?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"product": {
"name": "ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"product_id": "ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite@3.14.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"product": {
"name": "ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"product_id": "ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-collection-redhat-satellite_operations@2.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-lint-0:5.0.8-4.el8pc.noarch",
"product": {
"name": "ansible-lint-0:5.0.8-4.el8pc.noarch",
"product_id": "ansible-lint-0:5.0.8-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-lint@5.0.8-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"product": {
"name": "ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"product_id": "ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansiblerole-foreman_scap_client@0.2.0-2.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-3.el8sat.noarch",
"product": {
"name": "ansible-runner-0:2.2.1-3.el8sat.noarch",
"product_id": "ansible-runner-0:2.2.1-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-runner@2.2.1-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"product": {
"name": "python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"product_id": "python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-ansible-runner@2.2.1-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "candlepin-0:4.3.1-1.el8sat.noarch",
"product": {
"name": "candlepin-0:4.3.1-1.el8sat.noarch",
"product_id": "candlepin-0:4.3.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/candlepin@4.3.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"product": {
"name": "candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"product_id": "candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/candlepin-selinux@4.3.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"product": {
"name": "foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"product_id": "foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-cli@3.7.0.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"product": {
"name": "foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"product_id": "foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-debug@3.7.0.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-0:3.7.0.9-1.el8sat.noarch",
"product": {
"name": "foreman-0:3.7.0.9-1.el8sat.noarch",
"product_id": "foreman-0:3.7.0.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman@3.7.0.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"product": {
"name": "foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"product_id": "foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-dynflow-sidekiq@3.7.0.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"product": {
"name": "foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"product_id": "foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ec2@3.7.0.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"product": {
"name": "foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"product_id": "foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-journald@3.7.0.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"product": {
"name": "foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"product_id": "foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-libvirt@3.7.0.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"product": {
"name": "foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"product_id": "foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-openstack@3.7.0.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"product": {
"name": "foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"product_id": "foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-ovirt@3.7.0.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"product": {
"name": "foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"product_id": "foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-postgresql@3.7.0.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"product": {
"name": "foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"product_id": "foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-redis@3.7.0.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-service-0:3.7.0.9-1.el8sat.noarch",
"product": {
"name": "foreman-service-0:3.7.0.9-1.el8sat.noarch",
"product_id": "foreman-service-0:3.7.0.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-service@3.7.0.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"product": {
"name": "foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"product_id": "foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-telemetry@3.7.0.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"product": {
"name": "foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"product_id": "foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-vmware@3.7.0.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"product": {
"name": "foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"product_id": "foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-bootloaders-redhat@202102220000-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"product": {
"name": "foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"product_id": "foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-bootloaders-redhat-tftpboot@202102220000-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"product": {
"name": "foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"product_id": "foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-discovery-image@4.1.0-10.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"product": {
"name": "foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"product_id": "foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-installer@3.7.0.4-1.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"product": {
"name": "foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"product_id": "foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-installer-katello@3.7.0.4-1.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"product": {
"name": "foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"product_id": "foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-obsolete-packages@1.5-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-0:3.7.0-1.el8sat.noarch",
"product": {
"name": "foreman-proxy-0:3.7.0-1.el8sat.noarch",
"product_id": "foreman-proxy-0:3.7.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy@3.7.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"product": {
"name": "foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"product_id": "foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy-journald@3.7.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-selinux-0:3.7.0-1.el8sat.noarch",
"product": {
"name": "foreman-selinux-0:3.7.0-1.el8sat.noarch",
"product_id": "foreman-selinux-0:3.7.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-selinux@3.7.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"product": {
"name": "foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"product_id": "foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-proxy-content@4.9.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-common-0:4.9.0-1.el8sat.noarch",
"product": {
"name": "katello-common-0:4.9.0-1.el8sat.noarch",
"product_id": "katello-common-0:4.9.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-common@4.9.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-debug-0:4.9.0-1.el8sat.noarch",
"product": {
"name": "katello-debug-0:4.9.0-1.el8sat.noarch",
"product_id": "katello-debug-0:4.9.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-debug@4.9.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-0:4.9.0-1.el8sat.noarch",
"product": {
"name": "katello-0:4.9.0-1.el8sat.noarch",
"product_id": "katello-0:4.9.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello@4.9.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"product": {
"name": "katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"product_id": "katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-certs-tools@2.9.0-2.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": "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:0.4.0-1.el8sat.noarch",
"product": {
"name": "puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"product_id": "puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-foreman_scap_client@0.4.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"product": {
"name": "puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"product_id": "puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppetlabs-stdlib@5.2.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppetserver-0:7.11.0-1.el8sat.noarch",
"product": {
"name": "puppetserver-0:7.11.0-1.el8sat.noarch",
"product_id": "puppetserver-0:7.11.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppetserver@7.11.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-aiodns-0:3.0.0-3.el8pc.noarch",
"product": {
"name": "python39-aiodns-0:3.0.0-3.el8pc.noarch",
"product_id": "python39-aiodns-0:3.0.0-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiodns@3.0.0-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"product": {
"name": "python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"product_id": "python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiofiles@22.1.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"product": {
"name": "python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"product_id": "python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp-xmlrpc@1.5.0-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-aioredis-0:2.0.1-2.el8pc.noarch",
"product": {
"name": "python39-aioredis-0:2.0.1-2.el8pc.noarch",
"product_id": "python39-aioredis-0:2.0.1-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aioredis@2.0.1-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"product": {
"name": "python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"product_id": "python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiosignal@1.3.1-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"product": {
"name": "python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"product_id": "python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-ansible-builder@1.0.1-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-asgiref-0:3.6.0-1.el8pc.noarch",
"product": {
"name": "python39-asgiref-0:3.6.0-1.el8pc.noarch",
"product_id": "python39-asgiref-0:3.6.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-asgiref@3.6.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"product": {
"name": "python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"product_id": "python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-asyncio-throttle@1.0.2-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-async-lru-0:1.0.3-1.el8pc.noarch",
"product": {
"name": "python39-async-lru-0:1.0.3-1.el8pc.noarch",
"product_id": "python39-async-lru-0:1.0.3-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-async-lru@1.0.3-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"product": {
"name": "python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"product_id": "python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-async-timeout@4.0.2-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-attrs-0:21.4.0-2.el8pc.noarch",
"product": {
"name": "python39-attrs-0:21.4.0-2.el8pc.noarch",
"product_id": "python39-attrs-0:21.4.0-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-attrs@21.4.0-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-backoff-0:2.2.1-1.el8pc.noarch",
"product": {
"name": "python39-backoff-0:2.2.1-1.el8pc.noarch",
"product_id": "python39-backoff-0:2.2.1-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-backoff@2.2.1-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-bindep-0:2.11.0-2.el8pc.noarch",
"product": {
"name": "python39-bindep-0:2.11.0-2.el8pc.noarch",
"product_id": "python39-bindep-0:2.11.0-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-bindep@2.11.0-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-bleach-0:3.3.1-2.el8pc.noarch",
"product": {
"name": "python39-bleach-0:3.3.1-2.el8pc.noarch",
"product_id": "python39-bleach-0:3.3.1-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-bleach@3.3.1-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"product": {
"name": "python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"product_id": "python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-bleach-allowlist@1.0.3-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-bracex-0:2.2.1-2.el8pc.noarch",
"product": {
"name": "python39-bracex-0:2.2.1-2.el8pc.noarch",
"product_id": "python39-bracex-0:2.2.1-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-bracex@2.2.1-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"product": {
"name": "python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"product_id": "python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-certifi@2022.12.7-1.1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-chardet-0:5.0.0-1.el8pc.noarch",
"product": {
"name": "python39-chardet-0:5.0.0-1.el8pc.noarch",
"product_id": "python39-chardet-0:5.0.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-chardet@5.0.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"product": {
"name": "python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"product_id": "python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-charset-normalizer@2.1.1-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-click-0:8.1.3-1.el8pc.noarch",
"product": {
"name": "python39-click-0:8.1.3-1.el8pc.noarch",
"product_id": "python39-click-0:8.1.3-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-click@8.1.3-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-click-shell-0:2.1-3.el8pc.noarch",
"product": {
"name": "python39-click-shell-0:2.1-3.el8pc.noarch",
"product_id": "python39-click-shell-0:2.1-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-click-shell@2.1-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-colorama-0:0.4.4-3.el8pc.noarch",
"product": {
"name": "python39-colorama-0:0.4.4-3.el8pc.noarch",
"product_id": "python39-colorama-0:0.4.4-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-colorama@0.4.4-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-commonmark-0:0.9.1-5.el8pc.noarch",
"product": {
"name": "python39-commonmark-0:0.9.1-5.el8pc.noarch",
"product_id": "python39-commonmark-0:0.9.1-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-commonmark@0.9.1-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"product": {
"name": "python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"product_id": "python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-contextlib2@21.6.0-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"product": {
"name": "python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"product_id": "python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-daemon@2.3.1-1.1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-dataclasses-0:0.8-3.el8pc.noarch",
"product": {
"name": "python39-dataclasses-0:0.8-3.el8pc.noarch",
"product_id": "python39-dataclasses-0:0.8-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-dataclasses@0.8-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-dateutil-0:2.8.2-2.el8pc.noarch",
"product": {
"name": "python39-dateutil-0:2.8.2-2.el8pc.noarch",
"product_id": "python39-dateutil-0:2.8.2-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-dateutil@2.8.2-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-debian-0:0.1.44-3.el8pc.noarch",
"product": {
"name": "python39-debian-0:0.1.44-3.el8pc.noarch",
"product_id": "python39-debian-0:0.1.44-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debian@0.1.44-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"product": {
"name": "python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"product_id": "python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-defusedxml@0.7.1-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-deprecated-0:1.2.13-1.el8pc.noarch",
"product": {
"name": "python39-deprecated-0:1.2.13-1.el8pc.noarch",
"product_id": "python39-deprecated-0:1.2.13-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-deprecated@1.2.13-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"product": {
"name": "python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"product_id": "python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-diff-match-patch@20200713-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-distro-0:1.7.0-1.el8pc.noarch",
"product": {
"name": "python39-distro-0:1.7.0-1.el8pc.noarch",
"product_id": "python39-distro-0:1.7.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-distro@1.7.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-django-0:3.2.21-1.el8pc.noarch",
"product": {
"name": "python39-django-0:3.2.21-1.el8pc.noarch",
"product_id": "python39-django-0:3.2.21-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-django@3.2.21-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"product": {
"name": "python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"product_id": "python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-django-currentuser@0.5.3-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-django-filter-0:22.1-2.el8pc.noarch",
"product": {
"name": "python39-django-filter-0:22.1-2.el8pc.noarch",
"product_id": "python39-django-filter-0:22.1-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-django-filter@22.1-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-django-guid-0:3.3.0-1.el8pc.noarch",
"product": {
"name": "python39-django-guid-0:3.3.0-1.el8pc.noarch",
"product_id": "python39-django-guid-0:3.3.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-django-guid@3.3.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"product": {
"name": "python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"product_id": "python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-django-import-export@3.0.2-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"product": {
"name": "python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"product_id": "python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-django-lifecycle@1.0.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"product": {
"name": "python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"product_id": "python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-django-readonly-field@1.1.2-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"product": {
"name": "python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"product_id": "python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-djangorestframework@3.14.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"product": {
"name": "python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"product_id": "python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-djangorestframework-queryfields@1.0.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-docutils-0:0.19-1.1.el8sat.noarch",
"product": {
"name": "python39-docutils-0:0.19-1.1.el8sat.noarch",
"product_id": "python39-docutils-0:0.19-1.1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-docutils@0.19-1.1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"product": {
"name": "python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"product_id": "python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-drf-access-policy@1.3.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"product": {
"name": "python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"product_id": "python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-drf-nested-routers@0.93.4-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"product": {
"name": "python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"product_id": "python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-drf-spectacular@0.25.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"product": {
"name": "python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"product_id": "python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-dynaconf@3.1.11-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"product": {
"name": "python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"product_id": "python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-ecdsa@0.18.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-enrich-0:1.2.6-5.el8pc.noarch",
"product": {
"name": "python39-enrich-0:1.2.6-5.el8pc.noarch",
"product_id": "python39-enrich-0:1.2.6-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-enrich@1.2.6-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"product": {
"name": "python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"product_id": "python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-et-xmlfile@1.1.0-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-flake8-0:3.9.2-5.el8pc.noarch",
"product": {
"name": "python39-flake8-0:3.9.2-5.el8pc.noarch",
"product_id": "python39-flake8-0:3.9.2-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-flake8@3.9.2-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-future-0:0.18.3-1.el8pc.noarch",
"product": {
"name": "python39-future-0:0.18.3-1.el8pc.noarch",
"product_id": "python39-future-0:0.18.3-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-future@0.18.3-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"product": {
"name": "python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"product_id": "python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-galaxy-importer@0.4.6-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-gitdb-0:4.0.10-1.el8pc.noarch",
"product": {
"name": "python39-gitdb-0:4.0.10-1.el8pc.noarch",
"product_id": "python39-gitdb-0:4.0.10-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-gitdb@4.0.10-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-gitpython-0:3.1.32-1.el8pc.noarch",
"product": {
"name": "python39-gitpython-0:3.1.32-1.el8pc.noarch",
"product_id": "python39-gitpython-0:3.1.32-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-gitpython@3.1.32-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-gnupg-0:0.5.0-1.el8pc.noarch",
"product": {
"name": "python39-gnupg-0:0.5.0-1.el8pc.noarch",
"product_id": "python39-gnupg-0:0.5.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-gnupg@0.5.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"product": {
"name": "python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"product_id": "python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-gunicorn@20.1.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-idna-0:3.3-2.el8pc.noarch",
"product": {
"name": "python39-idna-0:3.3-2.el8pc.noarch",
"product_id": "python39-idna-0:3.3-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idna@3.3-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"product": {
"name": "python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"product_id": "python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idna-ssl@1.1.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"product": {
"name": "python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"product_id": "python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-importlib-metadata@4.10.1-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-inflection-0:0.5.1-3.el8pc.noarch",
"product": {
"name": "python39-inflection-0:0.5.1-3.el8pc.noarch",
"product_id": "python39-inflection-0:0.5.1-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-inflection@0.5.1-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-iniparse-0:0.4-35.el8pc.noarch",
"product": {
"name": "python39-iniparse-0:0.4-35.el8pc.noarch",
"product_id": "python39-iniparse-0:0.4-35.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-iniparse@0.4-35.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-jinja2-0:3.1.2-1.el8pc.noarch",
"product": {
"name": "python39-jinja2-0:3.1.2-1.el8pc.noarch",
"product_id": "python39-jinja2-0:3.1.2-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-jinja2@3.1.2-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"product": {
"name": "python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"product_id": "python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-jsonschema@4.9.1-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-lockfile-0:0.12.2-1.el8sat.noarch",
"product": {
"name": "python39-lockfile-0:0.12.2-1.el8sat.noarch",
"product_id": "python39-lockfile-0:0.12.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lockfile@0.12.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-markdown-0:3.4.1-1.el8pc.noarch",
"product": {
"name": "python39-markdown-0:3.4.1-1.el8pc.noarch",
"product_id": "python39-markdown-0:3.4.1-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-markdown@3.4.1-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-markuppy-0:1.14-3.el8pc.noarch",
"product": {
"name": "python39-markuppy-0:1.14-3.el8pc.noarch",
"product_id": "python39-markuppy-0:1.14-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-markuppy@1.14-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-mccabe-0:0.6.1-3.el8pc.noarch",
"product": {
"name": "python39-mccabe-0:0.6.1-3.el8pc.noarch",
"product_id": "python39-mccabe-0:0.6.1-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mccabe@0.6.1-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-naya-0:1.1.1-3.el8pc.noarch",
"product": {
"name": "python39-naya-0:1.1.1-3.el8pc.noarch",
"product_id": "python39-naya-0:1.1.1-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-naya@1.1.1-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-odfpy-0:1.4.1-6.el8pc.noarch",
"product": {
"name": "python39-odfpy-0:1.4.1-6.el8pc.noarch",
"product_id": "python39-odfpy-0:1.4.1-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-odfpy@1.4.1-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"product": {
"name": "python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"product_id": "python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-openpyxl@3.1.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-packaging-0:21.3-1.el8pc.noarch",
"product": {
"name": "python39-packaging-0:21.3-1.el8pc.noarch",
"product_id": "python39-packaging-0:21.3-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-packaging@21.3-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-parsley-0:1.3-2.el8pc.noarch",
"product": {
"name": "python39-parsley-0:1.3-2.el8pc.noarch",
"product_id": "python39-parsley-0:1.3-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-parsley@1.3-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pbr-0:5.8.0-4.el8pc.noarch",
"product": {
"name": "python39-pbr-0:5.8.0-4.el8pc.noarch",
"product_id": "python39-pbr-0:5.8.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pbr@5.8.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pexpect-0:4.8.0-2.el8sat.noarch",
"product": {
"name": "python39-pexpect-0:4.8.0-2.el8sat.noarch",
"product_id": "python39-pexpect-0:4.8.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pexpect@4.8.0-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-productmd-0:1.33-3.el8pc.noarch",
"product": {
"name": "python39-productmd-0:1.33-3.el8pc.noarch",
"product_id": "python39-productmd-0:1.33-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-productmd@1.33-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-protobuf-0:4.21.6-1.el8pc.noarch",
"product": {
"name": "python39-protobuf-0:4.21.6-1.el8pc.noarch",
"product_id": "python39-protobuf-0:4.21.6-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-protobuf@4.21.6-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"product": {
"name": "python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"product_id": "python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-ptyprocess@0.7.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"product": {
"name": "python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"product_id": "python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulp-ansible@0.16.0-1.el8pc?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"product": {
"name": "python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"product_id": "python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulp-certguard@1.5.6-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"product": {
"name": "python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"product_id": "python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulp-cli@0.14.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"product": {
"name": "python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"product_id": "python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulp-container@2.14.7-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"product": {
"name": "python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"product_id": "python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulp-deb@2.20.2-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"product": {
"name": "python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"product_id": "python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulp-file@1.12.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"product": {
"name": "python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"product_id": "python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulp_manifest@3.0.0-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"product": {
"name": "python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"product_id": "python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulp-rpm@3.19.9-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"product": {
"name": "python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"product_id": "python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pycodestyle@2.7.0-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pycparser-0:2.21-2.el8pc.noarch",
"product": {
"name": "python39-pycparser-0:2.21-2.el8pc.noarch",
"product_id": "python39-pycparser-0:2.21-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pycparser@2.21-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"product": {
"name": "python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"product_id": "python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyflakes@2.3.1-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"product": {
"name": "python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"product_id": "python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pygtrie@2.5.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"product": {
"name": "python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"product_id": "python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyjwkest@1.4.2-6.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"product": {
"name": "python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"product_id": "python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyjwt@2.5.0-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"product": {
"name": "python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"product_id": "python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyOpenSSL@22.1.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"product": {
"name": "python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"product_id": "python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyparsing@2.4.7-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pytz-0:2022.2.1-1.el8pc.noarch",
"product": {
"name": "python39-pytz-0:2022.2.1-1.el8pc.noarch",
"product_id": "python39-pytz-0:2022.2.1-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pytz@2022.2.1-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-qpid-0:1.37.0-1.el8.noarch",
"product": {
"name": "python2-qpid-0:1.37.0-1.el8.noarch",
"product_id": "python2-qpid-0:1.37.0-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-qpid@1.37.0-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-redis-0:4.3.4-1.el8pc.noarch",
"product": {
"name": "python39-redis-0:4.3.4-1.el8pc.noarch",
"product_id": "python39-redis-0:4.3.4-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-redis@4.3.4-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-requests-0:2.31.0-1.el8pc.noarch",
"product": {
"name": "python39-requests-0:2.31.0-1.el8pc.noarch",
"product_id": "python39-requests-0:2.31.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-requests@2.31.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"product": {
"name": "python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"product_id": "python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-requirements-parser@0.2.0-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-rich-0:13.3.1-2.el8pc.noarch",
"product": {
"name": "python39-rich-0:13.3.1-2.el8pc.noarch",
"product_id": "python39-rich-0:13.3.1-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-rich@13.3.1-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"product": {
"name": "python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"product_id": "python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-ruamel-yaml@0.17.21-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-schema-0:0.7.5-2.el8pc.noarch",
"product": {
"name": "python39-schema-0:0.7.5-2.el8pc.noarch",
"product_id": "python39-schema-0:0.7.5-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-schema@0.7.5-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"product": {
"name": "python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"product_id": "python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-semantic-version@2.10.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-six-0:1.16.0-2.el8pc.noarch",
"product": {
"name": "python39-six-0:1.16.0-2.el8pc.noarch",
"product_id": "python39-six-0:1.16.0-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-six@1.16.0-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-smmap-0:5.0.0-2.el8pc.noarch",
"product": {
"name": "python39-smmap-0:5.0.0-2.el8pc.noarch",
"product_id": "python39-smmap-0:5.0.0-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-smmap@5.0.0-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"product": {
"name": "python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"product_id": "python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-sqlparse@0.4.4-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-tablib-0:3.3.0-1.el8pc.noarch",
"product": {
"name": "python39-tablib-0:3.3.0-1.el8pc.noarch",
"product_id": "python39-tablib-0:3.3.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tablib@3.3.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-tenacity-0:7.0.0-3.el8pc.noarch",
"product": {
"name": "python39-tenacity-0:7.0.0-3.el8pc.noarch",
"product_id": "python39-tenacity-0:7.0.0-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tenacity@7.0.0-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-toml-0:0.10.2-3.el8pc.noarch",
"product": {
"name": "python39-toml-0:0.10.2-3.el8pc.noarch",
"product_id": "python39-toml-0:0.10.2-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-toml@0.10.2-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"product": {
"name": "python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"product_id": "python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-types-cryptography@3.3.23.2-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"product": {
"name": "python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"product_id": "python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-typing-extensions@3.10.0.2-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"product": {
"name": "python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"product_id": "python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-uritemplate@4.1.1-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-urllib3-0:1.26.8-2.el8pc.noarch",
"product": {
"name": "python39-urllib3-0:1.26.8-2.el8pc.noarch",
"product_id": "python39-urllib3-0:1.26.8-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-urllib3@1.26.8-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-urlman-0:2.0.1-1.el8pc.noarch",
"product": {
"name": "python39-urlman-0:2.0.1-1.el8pc.noarch",
"product_id": "python39-urlman-0:2.0.1-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-urlman@2.0.1-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"product": {
"name": "python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"product_id": "python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-url-normalize@1.4.3-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-wcmatch-0:8.3-2.el8pc.noarch",
"product": {
"name": "python39-wcmatch-0:8.3-2.el8pc.noarch",
"product_id": "python39-wcmatch-0:8.3-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wcmatch@8.3-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-webencodings-0:0.5.1-3.el8pc.noarch",
"product": {
"name": "python39-webencodings-0:0.5.1-3.el8pc.noarch",
"product_id": "python39-webencodings-0:0.5.1-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-webencodings@0.5.1-3.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": "python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"product": {
"name": "python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"product_id": "python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-whitenoise@6.0.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-xlrd-0:2.0.1-5.el8pc.noarch",
"product": {
"name": "python39-xlrd-0:2.0.1-5.el8pc.noarch",
"product_id": "python39-xlrd-0:2.0.1-5.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-xlrd@2.0.1-5.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-xlwt-0:1.3.0-3.el8pc.noarch",
"product": {
"name": "python39-xlwt-0:1.3.0-3.el8pc.noarch",
"product_id": "python39-xlwt-0:1.3.0-3.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-xlwt@1.3.0-3.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-zipp-0:3.4.0-4.el8pc.noarch",
"product": {
"name": "python39-zipp-0:3.4.0-4.el8pc.noarch",
"product_id": "python39-zipp-0:3.4.0-4.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-zipp@3.4.0-4.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "qpid-tools-0:1.39.0-7.el8amq.noarch",
"product": {
"name": "qpid-tools-0:1.39.0-7.el8amq.noarch",
"product_id": "qpid-tools-0:1.39.0-7.el8amq.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-tools@1.39.0-7.el8amq?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"product": {
"name": "qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"product_id": "qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-dispatch-tools@1.14.0-6.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"product": {
"name": "redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"product_id": "redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-access-insights-puppet@1.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"product": {
"name": "rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"product_id": "rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actioncable@6.1.7.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"product": {
"name": "rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"product_id": "rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionmailbox@6.1.7.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"product": {
"name": "rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"product_id": "rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionmailer@6.1.7.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"product": {
"name": "rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"product_id": "rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionpack@6.1.7.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"product": {
"name": "rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"product_id": "rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actiontext@6.1.7.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"product": {
"name": "rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"product_id": "rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-actionview@6.1.7.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"product": {
"name": "rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"product_id": "rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activejob@6.1.7.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"product": {
"name": "rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"product_id": "rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activemodel@6.1.7.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"product": {
"name": "rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"product_id": "rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord@6.1.7.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"product": {
"name": "rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"product_id": "rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord-import@1.4.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"product": {
"name": "rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"product_id": "rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activerecord-session_store@2.0.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"product": {
"name": "rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"product_id": "rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activestorage@6.1.7.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"product": {
"name": "rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"product_id": "rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-activesupport@6.1.7.3-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.4-1.el8sat.noarch",
"product": {
"name": "rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"product_id": "rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-addressable@2.8.4-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.4.0-1.el8sat.noarch",
"product": {
"name": "rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"product_id": "rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-amazing_print@1.4.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-anemone-0:0.7.2-23.el8sat.noarch",
"product": {
"name": "rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"product_id": "rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-anemone@0.7.2-23.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.5.0-1.el8sat.noarch",
"product": {
"name": "rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"product_id": "rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-dsl@2.5.0-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.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"product_id": "rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-apipie-rails@1.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-audited-0:5.3.2-1.el8sat.noarch",
"product": {
"name": "rubygem-audited-0:5.3.2-1.el8sat.noarch",
"product_id": "rubygem-audited-0:5.3.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-audited@5.3.2-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.2.4-2.el8sat.noarch",
"product": {
"name": "rubygem-builder-0:3.2.4-2.el8sat.noarch",
"product_id": "rubygem-builder-0:3.2.4-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-builder@3.2.4-2.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.14.0-1.el8sat.noarch",
"product": {
"name": "rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"product_id": "rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-css_parser@1.14.0-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.5.3-3.el8sat.noarch",
"product": {
"name": "rubygem-deface-0:1.5.3-3.el8sat.noarch",
"product_id": "rubygem-deface-0:1.5.3-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-deface@1.5.3-3.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.5.20190701-1.el8sat.noarch",
"product": {
"name": "rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"product_id": "rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-domain_name@0.5.20190701-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"product": {
"name": "rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"product_id": "rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-dynflow@1.7.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"product": {
"name": "rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"product_id": "rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-erubi@1.12.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.99.0-1.el8sat.noarch",
"product": {
"name": "rubygem-excon-0:0.99.0-1.el8sat.noarch",
"product_id": "rubygem-excon-0:0.99.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-excon@0.99.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"product": {
"name": "rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"product_id": "rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-execjs@2.8.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-facter-0:4.4.0-1.el8sat.noarch",
"product": {
"name": "rubygem-facter-0:4.4.0-1.el8sat.noarch",
"product_id": "rubygem-facter-0:4.4.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-facter@4.4.0-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:1.8.0-1.el8sat.noarch",
"product": {
"name": "rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"product_id": "rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fast_gettext@1.8.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"product": {
"name": "rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"product_id": "rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-aws@3.19.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"product": {
"name": "rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"product_id": "rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-core@2.3.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.11.0-1.el8sat.noarch",
"product": {
"name": "rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"product_id": "rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-libvirt@0.11.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"product_id": "rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-openstack@1.1.0-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.6.2-1.el8sat.noarch",
"product": {
"name": "rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"product_id": "rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-fog-vsphere@3.6.2-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:12.0.6-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"product_id": "rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_ansible@12.0.6-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"product_id": "rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_azure_rm@2.2.9-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"product": {
"name": "rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"product_id": "rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_bootdisk@21.0.4-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"product_id": "rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_discovery@22.0.4-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"product_id": "rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_google@1.0.4-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"product_id": "rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_hooks@0.3.17-3.1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"product": {
"name": "rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"product_id": "rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_kubevirt@0.1.9-4.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"product_id": "rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_leapp@0.1.14-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"product_id": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.3.5-1.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"product": {
"name": "rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"product_id": "rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_openscap@7.0.0-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"product_id": "rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_puppet@6.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"product_id": "rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_remote_execution@10.0.7-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"product_id": "rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_remote_execution-cockpit@10.0.7-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"product_id": "rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_rh_cloud@8.0.51-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_templates-0:9.4.0-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"product_id": "rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_templates@9.4.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"product_id": "rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_theme_satellite@12.0.0.5-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"product_id": "rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_virt_who_configure@0.5.16-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"product_id": "rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_webhooks@3.2.1-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.0-1.el8sat.noarch",
"product": {
"name": "rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"product_id": "rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-friendly_id@5.5.0-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:0.2.7-2.1.el8sat.noarch",
"product": {
"name": "rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"product_id": "rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-get_process_mem@0.2.7-2.1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"product": {
"name": "rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"product_id": "rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-gettext_i18n_rails@1.10.1-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.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"product_id": "rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-globalid@1.1.0-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.19-1.el8sat.noarch",
"product": {
"name": "rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"product_id": "rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-graphql@1.13.19-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"product": {
"name": "rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"product_id": "rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-graphql-batch@0.5.3-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.7.0.1-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli@3.7.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman@3.7.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_admin@1.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_ansible@0.5.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_azure_rm@0.2.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_bootdisk@0.3.0-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_discovery@1.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_google@1.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_kubevirt@0.1.5-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_leapp@0.1.1-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_openscap@0.1.13-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_puppet@0.0.6-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_remote_execution@0.2.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_tasks@0.0.19-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_templates@0.2.0-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_virt_who_configure@0.0.9-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_webhooks@0.0.4-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"product": {
"name": "rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"product_id": "rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-hammer_cli_katello@1.9.1.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.5-1.el8sat.noarch",
"product": {
"name": "rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"product_id": "rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http-cookie@1.0.5-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.13.0-1.el8sat.noarch",
"product": {
"name": "rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"product_id": "rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-i18n@1.13.0-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.7.0-1.el8sat.noarch",
"product": {
"name": "rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"product_id": "rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-jwt@2.7.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"product": {
"name": "rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"product_id": "rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-kafo@7.0.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.9.0.16-1.el8sat.noarch",
"product": {
"name": "rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"product_id": "rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.9.0.16-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.6.0-1.el8sat.noarch",
"product": {
"name": "rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"product_id": "rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ldap_fluff@0.6.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.3-1.el8sat.noarch",
"product": {
"name": "rubygem-locale-0:2.1.3-1.el8sat.noarch",
"product_id": "rubygem-locale-0:2.1.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-locale@2.1.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-logging-0:2.3.1-1.el8sat.noarch",
"product": {
"name": "rubygem-logging-0:2.3.1-1.el8sat.noarch",
"product_id": "rubygem-logging-0:2.3.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-logging@2.3.1-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.21.3-1.el8sat.noarch",
"product": {
"name": "rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"product_id": "rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-loofah@2.21.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"product": {
"name": "rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"product_id": "rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mail@2.8.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"product": {
"name": "rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"product_id": "rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-marcel@1.0.2-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.0.0-1.el8sat.noarch",
"product": {
"name": "rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"product_id": "rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-method_source@1.0.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"product": {
"name": "rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"product_id": "rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mime-types@3.4.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"product": {
"name": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"product_id": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mime-types-data@3.2023.0218.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"product": {
"name": "rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"product_id": "rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mini_mime@1.1.2-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.18.0-1.el8sat.noarch",
"product": {
"name": "rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"product_id": "rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ldap@0.18.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.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"product_id": "rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-net-ssh@7.1.0-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.0.1-1.el8sat.noarch",
"product": {
"name": "rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"product_id": "rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-optimist@3.0.1-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.23.0-1.el8sat.noarch",
"product": {
"name": "rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"product_id": "rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-parallel@1.23.0-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.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"product_id": "rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-prometheus-client@4.1.0-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.0.1-1.el8sat.noarch",
"product": {
"name": "rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"product_id": "rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-public_suffix@5.0.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"product": {
"name": "rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"product_id": "rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_ansible_client@0.16.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"product": {
"name": "rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"product_id": "rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_certguard_client@1.6.4-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"product": {
"name": "rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"product_id": "rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_container_client@2.14.5-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"product": {
"name": "rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"product_id": "rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulpcore_client@3.22.4-1.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"product": {
"name": "rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"product_id": "rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_deb_client@2.20.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"product": {
"name": "rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"product_id": "rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_file_client@1.12.0-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"product": {
"name": "rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"product_id": "rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_ostree_client@2.0.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"product": {
"name": "rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"product_id": "rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_python_client@3.8.0-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"product": {
"name": "rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"product_id": "rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pulp_rpm_client@3.19.6-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.7-1.el8sat.noarch",
"product": {
"name": "rubygem-rack-0:2.2.7-1.el8sat.noarch",
"product_id": "rubygem-rack-0:2.2.7-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.7-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.3-1.el8sat.noarch",
"product": {
"name": "rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"product_id": "rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails@6.1.7.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"product": {
"name": "rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"product_id": "rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-dom-testing@2.0.3-7.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"product": {
"name": "rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"product_id": "rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-html-sanitizer@1.5.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"product": {
"name": "rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"product_id": "rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rails-i18n@7.0.7-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"product": {
"name": "rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"product_id": "rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-railties@6.1.7.3-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.10.1-1.el8sat.noarch",
"product": {
"name": "rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"product_id": "rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rb-inotify@0.10.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.6.1-1.el8sat.noarch",
"product": {
"name": "rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"product_id": "rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbvmomi2@3.6.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.5.4-1.el8sat.noarch",
"product": {
"name": "rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"product_id": "rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-redfish_client@0.5.4-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.0-1.el8sat.noarch",
"product": {
"name": "rubygem-responders-0:3.1.0-1.el8sat.noarch",
"product_id": "rubygem-responders-0:3.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-responders@3.1.0-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.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"product_id": "rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-roadie@5.1.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"product": {
"name": "rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"product_id": "rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-roadie-rails@3.0.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"product": {
"name": "rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"product_id": "rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-robotex@1.0.0-22.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.0-1.el8sat.noarch",
"product": {
"name": "rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"product_id": "rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby2ruby@2.5.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"product": {
"name": "rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"product_id": "rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rubyipmi@0.11.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"product": {
"name": "rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"product_id": "rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby_parser@3.20.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"product": {
"name": "rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"product_id": "rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-safemode@1.3.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"product": {
"name": "rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"product_id": "rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-scoped_search@4.1.11-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.5.0-1.el8sat.noarch",
"product": {
"name": "rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"product_id": "rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-secure_headers@6.5.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"product": {
"name": "rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"product_id": "rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sequel@5.68.0-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.0-1.el8sat.noarch",
"product": {
"name": "rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"product_id": "rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sexp_processor@4.17.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"product": {
"name": "rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"product_id": "rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sidekiq@6.3.1-2.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.5-1.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"product_id": "rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_ansible@3.5.5-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"product_id": "rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_container_gateway@1.0.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"product_id": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dhcp_infoblox@0.0.17-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-9.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"product_id": "rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_discovery@1.0.5-9.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.1.0-7.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"product_id": "rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dns_infoblox@1.1.0-7.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"product_id": "rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_dynflow@0.9.0-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.9.2-1.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"product_id": "rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_openscap@0.9.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"product_id": "rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_pulp@3.2.0-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"product_id": "rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_shellhooks@0.9.2-3.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-sprockets-0:4.2.0-1.el8sat.noarch",
"product": {
"name": "rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"product_id": "rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sprockets@4.2.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"product": {
"name": "rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"product_id": "rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sprockets-rails@3.4.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.2.2-1.el8sat.noarch",
"product": {
"name": "rubygem-thor-0:1.2.2-1.el8sat.noarch",
"product_id": "rubygem-thor-0:1.2.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-thor@1.2.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"product": {
"name": "rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"product_id": "rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-tilt@2.1.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-unf-0:0.1.4-1.el8sat.noarch",
"product": {
"name": "rubygem-unf-0:0.1.4-1.el8sat.noarch",
"product_id": "rubygem-unf-0:0.1.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-unf@0.1.4-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"product": {
"name": "rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"product_id": "rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-unicode-display_width@1.8.0-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.2-1.el8sat.noarch",
"product": {
"name": "rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"product_id": "rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-version_gem@1.1.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"product": {
"name": "rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"product_id": "rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-webpack-rails@0.9.11-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"product": {
"name": "rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"product_id": "rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-webrick@1.8.1-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.2-1.el8sat.noarch",
"product": {
"name": "rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"product_id": "rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-xmlrpc@0.3.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"product": {
"name": "rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"product_id": "rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-zeitwerk@2.6.8-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.14.0-3.el8sat.noarch",
"product": {
"name": "satellite-cli-0:6.14.0-3.el8sat.noarch",
"product_id": "satellite-cli-0:6.14.0-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.14.0-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.14.0-3.el8sat.noarch",
"product": {
"name": "satellite-capsule-0:6.14.0-3.el8sat.noarch",
"product_id": "satellite-capsule-0:6.14.0-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.14.0-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.14.0-3.el8sat.noarch",
"product": {
"name": "satellite-common-0:6.14.0-3.el8sat.noarch",
"product_id": "satellite-common-0:6.14.0-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.14.0-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.14.0-3.el8sat.noarch",
"product": {
"name": "satellite-0:6.14.0-3.el8sat.noarch",
"product_id": "satellite-0:6.14.0-3.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.14.0-3.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-clone-0:3.5.0-1.el8sat.noarch",
"product": {
"name": "satellite-clone-0:3.5.0-1.el8sat.noarch",
"product_id": "satellite-clone-0:3.5.0-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-clone@3.5.0-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"product": {
"name": "satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"product_id": "satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-installer@6.14.0.5-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": "python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"product": {
"name": "python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"product_id": "python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulpcore@3.22.15-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"product_id": "rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman-tasks@8.1.4-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"product": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"product_id": "rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-smart_proxy_remote_execution_ssh@0.10.1-1.el8sat?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cjson-0:1.7.14-5.el8sat.x86_64",
"product": {
"name": "cjson-0:1.7.14-5.el8sat.x86_64",
"product_id": "cjson-0:1.7.14-5.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjson@1.7.14-5.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"product": {
"name": "cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"product_id": "cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjson-debugsource@1.7.14-5.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"product": {
"name": "cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"product_id": "cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cjson-debuginfo@1.7.14-5.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-0:0.20.1-1.el8pc.x86_64",
"product": {
"name": "createrepo_c-0:0.20.1-1.el8pc.x86_64",
"product_id": "createrepo_c-0:0.20.1-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c@0.20.1-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"product": {
"name": "createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"product_id": "createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-libs@0.20.1-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"product": {
"name": "python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"product_id": "python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-createrepo_c@0.20.1-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"product": {
"name": "python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"product_id": "python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-createrepo_c@0.20.1-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"product": {
"name": "createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"product_id": "createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-debugsource@0.20.1-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"product": {
"name": "createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"product_id": "createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-debuginfo@0.20.1-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"product": {
"name": "createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"product_id": "createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/createrepo_c-libs-debuginfo@0.20.1-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"product": {
"name": "python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"product_id": "python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-createrepo_c-debuginfo@0.20.1-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"product": {
"name": "python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"product_id": "python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-createrepo_c-debuginfo@0.20.1-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.18-4.el8pc.x86_64",
"product": {
"name": "libcomps-0:0.1.18-4.el8pc.x86_64",
"product_id": "libcomps-0:0.1.18-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps@0.1.18-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"product": {
"name": "python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"product_id": "python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libcomps@0.1.18-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"product": {
"name": "python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"product_id": "python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libcomps@0.1.18-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"product": {
"name": "libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"product_id": "libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps-debugsource@0.1.18-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"product": {
"name": "libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"product_id": "libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcomps-debuginfo@0.1.18-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"product": {
"name": "python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"product_id": "python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libcomps-debuginfo@0.1.18-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"product": {
"name": "python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"product_id": "python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libcomps-debuginfo@0.1.18-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"product": {
"name": "libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"product_id": "libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libdb-cxx@5.3.28-42.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"product": {
"name": "libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"product_id": "libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libdb-debugsource@5.3.28-42.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product": {
"name": "libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product_id": "libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libdb-cxx-debuginfo@5.3.28-42.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product": {
"name": "libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product_id": "libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libdb-debuginfo@5.3.28-42.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product": {
"name": "libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product_id": "libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libdb-java-debuginfo@5.3.28-42.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product": {
"name": "libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product_id": "libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libdb-sql-debuginfo@5.3.28-42.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product": {
"name": "libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product_id": "libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libdb-sql-devel-debuginfo@5.3.28-42.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product": {
"name": "libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product_id": "libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libdb-tcl-debuginfo@5.3.28-42.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product": {
"name": "libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product_id": "libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libdb-utils-debuginfo@5.3.28-42.el8_4?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-0:0.7.22-4.el8pc.x86_64",
"product": {
"name": "libsolv-0:0.7.22-4.el8pc.x86_64",
"product_id": "libsolv-0:0.7.22-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv@0.7.22-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-solv-0:0.7.22-4.el8pc.x86_64",
"product": {
"name": "python3-solv-0:0.7.22-4.el8pc.x86_64",
"product_id": "python3-solv-0:0.7.22-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-solv@0.7.22-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-solv-0:0.7.22-4.el8pc.x86_64",
"product": {
"name": "python39-solv-0:0.7.22-4.el8pc.x86_64",
"product_id": "python39-solv-0:0.7.22-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-solv@0.7.22-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"product": {
"name": "libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"product_id": "libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv-debugsource@0.7.22-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product": {
"name": "libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product_id": "libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv-debuginfo@0.7.22-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product": {
"name": "libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product_id": "libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv-demo-debuginfo@0.7.22-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product": {
"name": "libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product_id": "libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv-tools-debuginfo@0.7.22-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product": {
"name": "python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product_id": "python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-solv-debuginfo@0.7.22-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product": {
"name": "python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product_id": "python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-solv-debuginfo@0.7.22-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product": {
"name": "ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product_id": "ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-solv-debuginfo@0.7.22-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-0:2.4.2-2.el8.x86_64",
"product": {
"name": "libwebsockets-0:2.4.2-2.el8.x86_64",
"product_id": "libwebsockets-0:2.4.2-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets@2.4.2-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"product": {
"name": "libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"product_id": "libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets-debugsource@2.4.2-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"product": {
"name": "libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"product_id": "libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets-debuginfo@2.4.2-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"product": {
"name": "libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"product_id": "libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets-tests-debuginfo@2.4.2-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mosquitto-0:2.0.14-1.el8sat.x86_64",
"product": {
"name": "mosquitto-0:2.0.14-1.el8sat.x86_64",
"product_id": "mosquitto-0:2.0.14-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mosquitto@2.0.14-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"product": {
"name": "mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"product_id": "mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mosquitto-debugsource@2.0.14-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"product": {
"name": "mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"product_id": "mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mosquitto-debuginfo@2.0.14-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"product": {
"name": "postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"product_id": "postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-evr@0.0.2-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"product": {
"name": "pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"product_id": "pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pulpcore-selinux@1.3.3-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "puppet-agent-0:7.26.0-3.el8sat.x86_64",
"product": {
"name": "puppet-agent-0:7.26.0-3.el8sat.x86_64",
"product_id": "puppet-agent-0:7.26.0-3.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-agent@7.26.0-3.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"product": {
"name": "python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"product_id": "python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp@3.8.3-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"product": {
"name": "python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"product_id": "python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.8.3-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"product": {
"name": "python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"product_id": "python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.8.3-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-brotli-0:1.0.9-2.el8pc.x86_64",
"product": {
"name": "python39-brotli-0:1.0.9-2.el8pc.x86_64",
"product_id": "python39-brotli-0:1.0.9-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-brotli@1.0.9-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"product": {
"name": "python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"product_id": "python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-brotli-debugsource@1.0.9-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"product": {
"name": "python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"product_id": "python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-brotli-debuginfo@1.0.9-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"product": {
"name": "python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"product_id": "python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cchardet@2.1.7-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"product": {
"name": "python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"product_id": "python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cchardet-debugsource@2.1.7-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"product": {
"name": "python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"product_id": "python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cchardet-debuginfo@2.1.7-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.15.1-1.el8pc.x86_64",
"product": {
"name": "python39-cffi-0:1.15.1-1.el8pc.x86_64",
"product_id": "python39-cffi-0:1.15.1-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.15.1-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"product": {
"name": "python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"product_id": "python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.15.1-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"product": {
"name": "python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"product_id": "python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.15.1-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"product": {
"name": "python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"product_id": "python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@38.0.4-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"product": {
"name": "python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"product_id": "python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@38.0.4-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"product": {
"name": "python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"product_id": "python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@38.0.4-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"product": {
"name": "python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"product_id": "python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-frozenlist@1.3.3-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"product": {
"name": "python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"product_id": "python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-frozenlist-debugsource@1.3.3-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"product": {
"name": "python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"product_id": "python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-frozenlist-debuginfo@1.3.3-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.9.2-1.el8pc.x86_64",
"product": {
"name": "python39-lxml-0:4.9.2-1.el8pc.x86_64",
"product_id": "python39-lxml-0:4.9.2-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.9.2-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"product": {
"name": "python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"product_id": "python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.9.2-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"product": {
"name": "python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"product_id": "python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.9.2-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"product": {
"name": "python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"product_id": "python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-markupsafe@2.1.2-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"product": {
"name": "python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"product_id": "python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.1.2-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"product": {
"name": "python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"product_id": "python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-markupsafe-debuginfo@2.1.2-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-multidict-0:6.0.4-1.el8pc.x86_64",
"product": {
"name": "python39-multidict-0:6.0.4-1.el8pc.x86_64",
"product_id": "python39-multidict-0:6.0.4-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-multidict@6.0.4-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"product": {
"name": "python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"product_id": "python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-multidict-debugsource@6.0.4-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"product": {
"name": "python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"product_id": "python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-multidict-debuginfo@6.0.4-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"product": {
"name": "python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"product_id": "python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.9.3-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"product": {
"name": "python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"product_id": "python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.9.3-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"product_id": "python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.9.3-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-pycares-0:4.1.2-2.el8pc.x86_64",
"product": {
"name": "python39-pycares-0:4.1.2-2.el8pc.x86_64",
"product_id": "python39-pycares-0:4.1.2-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pycares@4.1.2-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"product": {
"name": "python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"product_id": "python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycares-debugsource@4.1.2-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"product": {
"name": "python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"product_id": "python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pycares-debuginfo@4.1.2-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"product": {
"name": "python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"product_id": "python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pycryptodomex@3.14.1-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"product": {
"name": "python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"product_id": "python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycryptodomex-debugsource@3.14.1-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"product": {
"name": "python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"product_id": "python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pycryptodomex-debuginfo@3.14.1-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-pygments-0:2.14.0-1.el8pc.x86_64",
"product": {
"name": "python39-pygments-0:2.14.0-1.el8pc.x86_64",
"product_id": "python39-pygments-0:2.14.0-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pygments@2.14.0-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"product": {
"name": "python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"product_id": "python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyrsistent@0.18.1-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"product": {
"name": "python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"product_id": "python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.18.1-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"product": {
"name": "python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"product_id": "python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyrsistent-debuginfo@0.18.1-2.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"product": {
"name": "python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"product_id": "python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-4.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"product": {
"name": "python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"product_id": "python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-rhsm@1.19.2-3.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"product": {
"name": "python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"product_id": "python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-rhsm-debugsource@1.19.2-3.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"product": {
"name": "python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"product_id": "python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-rhsm-debuginfo@1.19.2-3.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"product": {
"name": "python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"product_id": "python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-ruamel-yaml-clib@0.2.7-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"product": {
"name": "python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"product_id": "python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ruamel-yaml-clib-debugsource@0.2.7-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"product": {
"name": "python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"product_id": "python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-ruamel-yaml-clib-debuginfo@0.2.7-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"product": {
"name": "python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"product_id": "python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wrapt@1.14.1-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"product": {
"name": "python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"product_id": "python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.14.1-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"product": {
"name": "python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"product_id": "python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wrapt-debuginfo@1.14.1-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-yarl-0:1.8.2-1.el8pc.x86_64",
"product": {
"name": "python39-yarl-0:1.8.2-1.el8pc.x86_64",
"product_id": "python39-yarl-0:1.8.2-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-yarl@1.8.2-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"product": {
"name": "python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"product_id": "python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yarl-debugsource@1.8.2-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"product": {
"name": "python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"product_id": "python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-yarl-debuginfo@1.8.2-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"product": {
"name": "python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"product_id": "python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-qpid-qmf@1.39.0-7.el8amq?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"product": {
"name": "qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"product_id": "qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-cpp-client@1.39.0-7.el8amq?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"product": {
"name": "qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"product_id": "qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-cpp-server@1.39.0-7.el8amq?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"product": {
"name": "qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"product_id": "qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-cpp-server-linearstore@1.39.0-7.el8amq?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"product": {
"name": "qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"product_id": "qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-qmf@1.39.0-7.el8amq?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"product": {
"name": "qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"product_id": "qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-cpp-debugsource@1.39.0-7.el8amq?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product": {
"name": "qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_id": "qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-cpp-client-debuginfo@1.39.0-7.el8amq?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product": {
"name": "qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_id": "qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-cpp-client-devel-debuginfo@1.39.0-7.el8amq?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product": {
"name": "qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_id": "qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-cpp-client-rdma-debuginfo@1.39.0-7.el8amq?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product": {
"name": "qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_id": "qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-cpp-debuginfo@1.39.0-7.el8amq?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product": {
"name": "qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_id": "qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-cpp-server-debuginfo@1.39.0-7.el8amq?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product": {
"name": "qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_id": "qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-cpp-server-ha-debuginfo@1.39.0-7.el8amq?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product": {
"name": "qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_id": "qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-cpp-server-linearstore-debuginfo@1.39.0-7.el8amq?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product": {
"name": "qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_id": "qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-cpp-server-rdma-debuginfo@1.39.0-7.el8amq?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product": {
"name": "qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_id": "qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-qmf-debuginfo@1.39.0-7.el8amq?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"product": {
"name": "qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"product_id": "qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-cpp-client-devel@1.39.0-7.el8amq?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"product": {
"name": "qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"product_id": "qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-dispatch-router@1.14.0-6.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"product": {
"name": "qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"product_id": "qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-dispatch-debugsource@1.14.0-6.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"product": {
"name": "qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"product_id": "qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-dispatch-router-debuginfo@1.14.0-6.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"product": {
"name": "python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"product_id": "python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-qpid-proton@0.33.0-4.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-c-0:0.33.0-4.el8.x86_64",
"product": {
"name": "qpid-proton-c-0:0.33.0-4.el8.x86_64",
"product_id": "qpid-proton-c-0:0.33.0-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-c@0.33.0-4.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"product": {
"name": "qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"product_id": "qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-debugsource@0.33.0-4.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"product": {
"name": "python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"product_id": "python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-qpid-proton-debuginfo@0.33.0-4.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"product": {
"name": "qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"product_id": "qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-c-debuginfo@0.33.0-4.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"product": {
"name": "qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"product_id": "qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-cpp-debuginfo@0.33.0-4.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"product": {
"name": "qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"product_id": "qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-debuginfo@0.33.0-4.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"product": {
"name": "rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"product_id": "rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-qpid_proton-debuginfo@0.33.0-4.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"product": {
"name": "rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"product_id": "rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-qpid_proton@0.33.0-4.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"product": {
"name": "rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"product_id": "rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bcrypt@3.1.18-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"product": {
"name": "rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"product_id": "rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bcrypt-debugsource@3.1.18-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"product": {
"name": "rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"product_id": "rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bcrypt-debuginfo@3.1.18-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"product": {
"name": "rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"product_id": "rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ffi@1.15.5-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"product": {
"name": "rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"product_id": "rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ffi-debugsource@1.15.5-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"product": {
"name": "rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"product_id": "rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ffi-debuginfo@1.15.5-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"product": {
"name": "rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"product_id": "rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-protobuf@3.21.6-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"product": {
"name": "rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"product_id": "rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-protobuf-debugsource@3.21.6-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"product": {
"name": "rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"product_id": "rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-google-protobuf-debuginfo@3.21.6-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"product": {
"name": "rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"product_id": "rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-grpc@1.49.1-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"product": {
"name": "rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"product_id": "rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http_parser.rb@0.6.0-3.1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"product": {
"name": "rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"product_id": "rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http_parser.rb-debugsource@0.6.0-3.1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"product": {
"name": "rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"product_id": "rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-http_parser.rb-debuginfo@0.6.0-3.1.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.1-1.el8sat.x86_64",
"product": {
"name": "rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"product_id": "rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-msgpack@1.7.1-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"product": {
"name": "rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"product_id": "rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-msgpack-debugsource@1.7.1-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"product": {
"name": "rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"product_id": "rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-msgpack-debuginfo@1.7.1-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.5.9-1.el8sat.x86_64",
"product": {
"name": "rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"product_id": "rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nio4r@2.5.9-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"product": {
"name": "rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"product_id": "rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nio4r-debugsource@2.5.9-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"product": {
"name": "rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"product_id": "rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nio4r-debuginfo@2.5.9-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"product": {
"name": "rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"product_id": "rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri@1.15.0-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"product": {
"name": "rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"product_id": "rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri-debugsource@1.15.0-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"product": {
"name": "rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"product_id": "rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri-debuginfo@1.15.0-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"product": {
"name": "rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"product_id": "rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ovirt-engine-sdk@4.4.1-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"product": {
"name": "rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"product_id": "rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ovirt-engine-sdk-debugsource@4.4.1-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"product": {
"name": "rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"product_id": "rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ovirt-engine-sdk-debuginfo@4.4.1-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"product": {
"name": "rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"product_id": "rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.3-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"product": {
"name": "rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"product_id": "rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.5.3-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"product": {
"name": "rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"product_id": "rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.5.3-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"product": {
"name": "rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"product_id": "rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-puma@6.2.2-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"product": {
"name": "rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"product_id": "rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-puma-debugsource@6.2.2-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"product": {
"name": "rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"product_id": "rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-puma-debuginfo@6.2.2-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"product": {
"name": "rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"product_id": "rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-qpid_proton@0.33.0-5.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"product": {
"name": "rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"product_id": "rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-qpid_proton-debugsource@0.33.0-5.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"product": {
"name": "rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"product_id": "rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-qpid_proton-debuginfo@0.33.0-5.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"product": {
"name": "rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"product_id": "rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rkerberos@0.1.5-20.1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"product": {
"name": "rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"product_id": "rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rkerberos-debugsource@0.1.5-20.1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"product": {
"name": "rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"product_id": "rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rkerberos-debuginfo@0.1.5-20.1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"product": {
"name": "rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"product_id": "rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby-libvirt@0.8.0-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"product": {
"name": "rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"product_id": "rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby-libvirt-debugsource@0.8.0-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"product": {
"name": "rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"product_id": "rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-ruby-libvirt-debuginfo@0.8.0-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"product": {
"name": "rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"product_id": "rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sqlite3@1.4.2-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"product": {
"name": "rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"product_id": "rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sqlite3-debugsource@1.4.2-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"product": {
"name": "rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"product_id": "rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-sqlite3-debuginfo@1.4.2-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"product": {
"name": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"product_id": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-unf_ext@0.0.8.2-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"product": {
"name": "rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"product_id": "rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-unf_ext-debugsource@0.0.8.2-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"product": {
"name": "rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"product_id": "rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-unf_ext-debuginfo@0.0.8.2-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"product": {
"name": "rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"product_id": "rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-unicode@0.4.4.4-4.1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"product": {
"name": "rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"product_id": "rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-unicode-debugsource@0.4.4.4-4.1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"product": {
"name": "rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"product_id": "rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-unicode-debuginfo@0.4.4.4-4.1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"product": {
"name": "rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"product_id": "rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-websocket-driver@0.7.5-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"product": {
"name": "rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"product_id": "rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-websocket-driver-debugsource@0.7.5-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"product": {
"name": "rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"product_id": "rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-websocket-driver-debuginfo@0.7.5-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"product": {
"name": "python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"product_id": "python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-saslwrapper@0.22-6.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "saslwrapper-0:0.22-6.el8sat.x86_64",
"product": {
"name": "saslwrapper-0:0.22-6.el8sat.x86_64",
"product_id": "saslwrapper-0:0.22-6.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/saslwrapper@0.22-6.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"product": {
"name": "saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"product_id": "saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/saslwrapper-debugsource@0.22-6.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"product": {
"name": "python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"product_id": "python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-saslwrapper-debuginfo@0.22-6.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"product": {
"name": "saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"product_id": "saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/saslwrapper-debuginfo@0.22-6.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64",
"product": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64",
"product_id": "yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-worker-forwarder@0.0.3-1.el8sat?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:3.14.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src"
},
"product_reference": "ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:5.0.8-4.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch"
},
"product_reference": "ansible-lint-0:5.0.8-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:5.0.8-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src"
},
"product_reference": "ansible-lint-0:5.0.8-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-0:2.2.1-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch"
},
"product_reference": "ansible-runner-0:2.2.1-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-0:2.2.1-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src"
},
"product_reference": "ansible-runner-0:2.2.1-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch"
},
"product_reference": "ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src"
},
"product_reference": "ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-0:1.7.14-5.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src"
},
"product_reference": "cjson-0:1.7.14-5.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-0:1.7.14-5.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64"
},
"product_reference": "cjson-0:1.7.14-5.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-debuginfo-0:1.7.14-5.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64"
},
"product_reference": "cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-debugsource-0:1.7.14-5.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64"
},
"product_reference": "cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-0:0.20.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src"
},
"product_reference": "createrepo_c-0:0.20.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-libs-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.7.0.9-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src"
},
"product_reference": "foreman-0:3.7.0.9-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch"
},
"product_reference": "foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-0:202102220000-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src"
},
"product_reference": "foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch"
},
"product_reference": "foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-1:4.1.0-10.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch"
},
"product_reference": "foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-1:4.1.0-10.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src"
},
"product_reference": "foreman-discovery-image-1:4.1.0-10.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.7.0.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch"
},
"product_reference": "foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.7.0.4-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src"
},
"product_reference": "foreman-installer-1:3.7.0.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch"
},
"product_reference": "foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-0:3.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.7.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src"
},
"product_reference": "foreman-proxy-0:3.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-content-0:4.9.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-journald-0:3.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-redis-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-service-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-0:4.9.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch"
},
"product_reference": "katello-0:4.9.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-0:4.9.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src"
},
"product_reference": "katello-0:4.9.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-certs-tools-0:2.9.0-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch"
},
"product_reference": "katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-certs-tools-0:2.9.0-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src"
},
"product_reference": "katello-certs-tools-0:2.9.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-common-0:4.9.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch"
},
"product_reference": "katello-common-0:4.9.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-debug-0:4.9.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch"
},
"product_reference": "katello-debug-0:4.9.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.18-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src"
},
"product_reference": "libcomps-0:0.1.18-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.18-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64"
},
"product_reference": "libcomps-0:0.1.18-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64"
},
"product_reference": "libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debugsource-0:0.1.18-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64"
},
"product_reference": "libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-cxx-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-debuginfo-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-debugsource-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsodium-0:1.0.17-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule: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.14-capsule"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule: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.14-capsule"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule: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.14-capsule"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule: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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-0:0.7.22-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src"
},
"product_reference": "libsolv-0:0.7.22-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "libsolv-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-debugsource-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-0:2.4.2-2.el8.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src"
},
"product_reference": "libwebsockets-0:2.4.2-2.el8.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-0:2.4.2-2.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64"
},
"product_reference": "libwebsockets-0:2.4.2-2.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64"
},
"product_reference": "libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-debugsource-0:2.4.2-2.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64"
},
"product_reference": "libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64"
},
"product_reference": "libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-0:2.0.14-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src"
},
"product_reference": "mosquitto-0:2.0.14-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-0:2.0.14-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64"
},
"product_reference": "mosquitto-0:2.0.14-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64"
},
"product_reference": "mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64"
},
"product_reference": "mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-selinux-0:1.3.3-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src"
},
"product_reference": "pulpcore-selinux-0:1.3.3-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-selinux-0:1.3.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64"
},
"product_reference": "pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-0:7.26.0-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src"
},
"product_reference": "puppet-agent-0:7.26.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-0:7.26.0-3.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64"
},
"product_reference": "puppet-agent-0:7.26.0-3.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch"
},
"product_reference": "puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-foreman_scap_client-0:0.4.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src"
},
"product_reference": "puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch"
},
"product_reference": "puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetlabs-stdlib-0:5.2.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src"
},
"product_reference": "puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetserver-0:7.11.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch"
},
"product_reference": "puppetserver-0:7.11.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetserver-0:7.11.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src"
},
"product_reference": "puppetserver-0:7.11.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiodns-0:3.0.0-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src"
},
"product_reference": "python-aiodns-0:3.0.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiofiles-0:22.1.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src"
},
"product_reference": "python-aiofiles-0:22.1.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-0:3.8.3-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src"
},
"product_reference": "python-aiohttp-0:3.8.3-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64"
},
"product_reference": "python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src"
},
"product_reference": "python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aioredis-0:2.0.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src"
},
"product_reference": "python-aioredis-0:2.0.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiosignal-0:1.3.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src"
},
"product_reference": "python-aiosignal-0:1.3.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ansible-builder-0:1.0.1-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src"
},
"product_reference": "python-ansible-builder-0:1.0.1-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asgiref-0:3.6.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src"
},
"product_reference": "python-asgiref-0:3.6.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-async-lru-0:1.0.3-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src"
},
"product_reference": "python-async-lru-0:1.0.3-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-async-timeout-0:4.0.2-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src"
},
"product_reference": "python-async-timeout-0:4.0.2-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asyncio-throttle-0:1.0.2-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src"
},
"product_reference": "python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:21.4.0-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src"
},
"product_reference": "python-attrs-0:21.4.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-backoff-0:2.2.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src"
},
"product_reference": "python-backoff-0:2.2.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bindep-0:2.11.0-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src"
},
"product_reference": "python-bindep-0:2.11.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bleach-0:3.3.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src"
},
"product_reference": "python-bleach-0:3.3.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bleach-allowlist-0:1.0.3-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src"
},
"product_reference": "python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bracex-0:2.2.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src"
},
"product_reference": "python-bracex-0:2.2.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-brotli-0:1.0.9-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src"
},
"product_reference": "python-brotli-0:1.0.9-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64"
},
"product_reference": "python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cchardet-0:2.1.7-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src"
},
"product_reference": "python-cchardet-0:2.1.7-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64"
},
"product_reference": "python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-certifi-0:2022.12.7-1.1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src"
},
"product_reference": "python-certifi-0:2022.12.7-1.1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.15.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src"
},
"product_reference": "python-cffi-0:1.15.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64"
},
"product_reference": "python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:5.0.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src"
},
"product_reference": "python-chardet-0:5.0.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-charset-normalizer-0:2.1.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src"
},
"product_reference": "python-charset-normalizer-0:2.1.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-click-0:8.1.3-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src"
},
"product_reference": "python-click-0:8.1.3-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-click-shell-0:2.1-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src"
},
"product_reference": "python-click-shell-0:2.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-colorama-0:0.4.4-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src"
},
"product_reference": "python-colorama-0:0.4.4-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-commonmark-0:0.9.1-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src"
},
"product_reference": "python-commonmark-0:0.9.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-contextlib2-0:21.6.0-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src"
},
"product_reference": "python-contextlib2-0:21.6.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:38.0.4-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src"
},
"product_reference": "python-cryptography-0:38.0.4-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64"
},
"product_reference": "python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-daemon-0:2.3.1-1.1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src"
},
"product_reference": "python-daemon-0:2.3.1-1.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dataclasses-0:0.8-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src"
},
"product_reference": "python-dataclasses-0:0.8-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dateutil-0:2.8.2-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src"
},
"product_reference": "python-dateutil-0:2.8.2-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-debian-0:0.1.44-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src"
},
"product_reference": "python-debian-0:0.1.44-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-defusedxml-0:0.7.1-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src"
},
"product_reference": "python-defusedxml-0:0.7.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-deprecated-0:1.2.13-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src"
},
"product_reference": "python-deprecated-0:1.2.13-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-diff-match-patch-0:20200713-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src"
},
"product_reference": "python-diff-match-patch-0:20200713-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-distro-0:1.7.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src"
},
"product_reference": "python-distro-0:1.7.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-0:3.2.21-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src"
},
"product_reference": "python-django-0:3.2.21-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-currentuser-0:0.5.3-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src"
},
"product_reference": "python-django-currentuser-0:0.5.3-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-filter-0:22.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src"
},
"product_reference": "python-django-filter-0:22.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-guid-0:3.3.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src"
},
"product_reference": "python-django-guid-0:3.3.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-import-export-0:3.0.2-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src"
},
"product_reference": "python-django-import-export-0:3.0.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-lifecycle-0:1.0.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src"
},
"product_reference": "python-django-lifecycle-0:1.0.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-readonly-field-0:1.1.2-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src"
},
"product_reference": "python-django-readonly-field-0:1.1.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-djangorestframework-0:3.14.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src"
},
"product_reference": "python-djangorestframework-0:3.14.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src"
},
"product_reference": "python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-docutils-0:0.19-1.1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src"
},
"product_reference": "python-docutils-0:0.19-1.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-access-policy-0:1.3.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src"
},
"product_reference": "python-drf-access-policy-0:1.3.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-nested-routers-0:0.93.4-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src"
},
"product_reference": "python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-spectacular-0:0.25.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src"
},
"product_reference": "python-drf-spectacular-0:0.25.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dynaconf-0:3.1.11-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src"
},
"product_reference": "python-dynaconf-0:3.1.11-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ecdsa-0:0.18.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src"
},
"product_reference": "python-ecdsa-0:0.18.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-enrich-0:1.2.6-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src"
},
"product_reference": "python-enrich-0:1.2.6-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-et-xmlfile-0:1.1.0-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src"
},
"product_reference": "python-et-xmlfile-0:1.1.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flake8-0:3.9.2-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src"
},
"product_reference": "python-flake8-0:3.9.2-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-frozenlist-0:1.3.3-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src"
},
"product_reference": "python-frozenlist-0:1.3.3-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64"
},
"product_reference": "python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-future-0:0.18.3-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src"
},
"product_reference": "python-future-0:0.18.3-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-galaxy-importer-0:0.4.6-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src"
},
"product_reference": "python-galaxy-importer-0:0.4.6-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gitdb-0:4.0.10-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src"
},
"product_reference": "python-gitdb-0:4.0.10-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gitpython-0:3.1.32-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src"
},
"product_reference": "python-gitpython-0:3.1.32-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gnupg-0:0.5.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src"
},
"product_reference": "python-gnupg-0:0.5.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-0:20.1.0-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src"
},
"product_reference": "python-gunicorn-0:20.1.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:3.3-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src"
},
"product_reference": "python-idna-0:3.3-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-ssl-0:1.1.0-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src"
},
"product_reference": "python-idna-ssl-0:1.1.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-importlib-metadata-0:4.10.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src"
},
"product_reference": "python-importlib-metadata-0:4.10.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-inflection-0:0.5.1-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src"
},
"product_reference": "python-inflection-0:0.5.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-iniparse-0:0.4-35.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src"
},
"product_reference": "python-iniparse-0:0.4-35.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.2-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src"
},
"product_reference": "python-jinja2-0:3.1.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jsonschema-0:4.9.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src"
},
"product_reference": "python-jsonschema-0:4.9.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lockfile-0:0.12.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src"
},
"product_reference": "python-lockfile-0:0.12.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.9.2-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src"
},
"product_reference": "python-lxml-0:4.9.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64"
},
"product_reference": "python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markdown-0:3.4.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src"
},
"product_reference": "python-markdown-0:3.4.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markuppy-0:1.14-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src"
},
"product_reference": "python-markuppy-0:1.14-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-0:2.1.2-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src"
},
"product_reference": "python-markupsafe-0:2.1.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64"
},
"product_reference": "python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mccabe-0:0.6.1-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src"
},
"product_reference": "python-mccabe-0:0.6.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-multidict-0:6.0.4-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src"
},
"product_reference": "python-multidict-0:6.0.4-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64"
},
"product_reference": "python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-naya-0:1.1.1-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src"
},
"product_reference": "python-naya-0:1.1.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-odfpy-0:1.4.1-6.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src"
},
"product_reference": "python-odfpy-0:1.4.1-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openpyxl-0:3.1.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src"
},
"product_reference": "python-openpyxl-0:3.1.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-packaging-0:21.3-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src"
},
"product_reference": "python-packaging-0:21.3-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-parsley-0:1.3-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src"
},
"product_reference": "python-parsley-0:1.3-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pbr-0:5.8.0-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src"
},
"product_reference": "python-pbr-0:5.8.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pexpect-0:4.8.0-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src"
},
"product_reference": "python-pexpect-0:4.8.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-productmd-0:1.33-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src"
},
"product_reference": "python-productmd-0:1.33-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-protobuf-0:4.21.6-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src"
},
"product_reference": "python-protobuf-0:4.21.6-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.9.3-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src"
},
"product_reference": "python-psycopg2-0:2.9.3-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64"
},
"product_reference": "python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ptyprocess-0:0.7.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src"
},
"product_reference": "python-ptyprocess-0:0.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-ansible-1:0.16.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src"
},
"product_reference": "python-pulp-ansible-1:0.16.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-certguard-0:1.5.6-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src"
},
"product_reference": "python-pulp-certguard-0:1.5.6-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-cli-0:0.14.0-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src"
},
"product_reference": "python-pulp-cli-0:0.14.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-container-0:2.14.7-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src"
},
"product_reference": "python-pulp-container-0:2.14.7-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-deb-0:2.20.2-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src"
},
"product_reference": "python-pulp-deb-0:2.20.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-file-0:1.12.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src"
},
"product_reference": "python-pulp-file-0:1.12.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-0:3.19.9-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src"
},
"product_reference": "python-pulp-rpm-0:3.19.9-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.22.15-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src"
},
"product_reference": "python-pulpcore-0:3.22.15-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyOpenSSL-0:22.1.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src"
},
"product_reference": "python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycares-0:4.1.2-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src"
},
"product_reference": "python-pycares-0:4.1.2-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64"
},
"product_reference": "python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycodestyle-0:2.7.0-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src"
},
"product_reference": "python-pycodestyle-0:2.7.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.21-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src"
},
"product_reference": "python-pycparser-0:2.21-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycryptodomex-0:3.14.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src"
},
"product_reference": "python-pycryptodomex-0:3.14.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64"
},
"product_reference": "python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyflakes-0:2.3.1-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src"
},
"product_reference": "python-pyflakes-0:2.3.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygments-0:2.14.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src"
},
"product_reference": "python-pygments-0:2.14.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygtrie-0:2.5.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src"
},
"product_reference": "python-pygtrie-0:2.5.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwkest-0:1.4.2-6.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src"
},
"product_reference": "python-pyjwkest-0:1.4.2-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwt-0:2.5.0-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src"
},
"product_reference": "python-pyjwt-0:2.5.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyparsing-0:2.4.7-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src"
},
"product_reference": "python-pyparsing-0:2.4.7-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-0:0.18.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src"
},
"product_reference": "python-pyrsistent-0:0.18.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64"
},
"product_reference": "python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytz-0:2022.2.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src"
},
"product_reference": "python-pytz-0:2022.2.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyyaml-0:5.4.1-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src"
},
"product_reference": "python-pyyaml-0:5.4.1-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-qpid-0:1.37.0-1.el8.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src"
},
"product_reference": "python-qpid-0:1.37.0-1.el8.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-redis-0:4.3.4-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src"
},
"product_reference": "python-redis-0:4.3.4-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.31.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src"
},
"product_reference": "python-requests-0:2.31.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requirements-parser-0:0.2.0-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src"
},
"product_reference": "python-requirements-parser-0:0.2.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rhsm-0:1.19.2-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src"
},
"product_reference": "python-rhsm-0:1.19.2-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64"
},
"product_reference": "python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rich-0:13.3.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src"
},
"product_reference": "python-rich-0:13.3.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ruamel-yaml-0:0.17.21-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src"
},
"product_reference": "python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src"
},
"product_reference": "python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64"
},
"product_reference": "python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-schema-0:0.7.5-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src"
},
"product_reference": "python-schema-0:0.7.5-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-semantic-version-0:2.10.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src"
},
"product_reference": "python-semantic-version-0:2.10.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-six-0:1.16.0-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src"
},
"product_reference": "python-six-0:1.16.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-smmap-0:5.0.0-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src"
},
"product_reference": "python-smmap-0:5.0.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlparse-0:0.4.4-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src"
},
"product_reference": "python-sqlparse-0:0.4.4-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tablib-0:3.3.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src"
},
"product_reference": "python-tablib-0:3.3.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tenacity-0:7.0.0-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src"
},
"product_reference": "python-tenacity-0:7.0.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-toml-0:0.10.2-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src"
},
"product_reference": "python-toml-0:0.10.2-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-types-cryptography-0:3.3.23.2-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src"
},
"product_reference": "python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-typing-extensions-0:3.10.0.2-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src"
},
"product_reference": "python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-uritemplate-0:4.1.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src"
},
"product_reference": "python-uritemplate-0:4.1.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-url-normalize-0:1.4.3-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src"
},
"product_reference": "python-url-normalize-0:1.4.3-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.26.8-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src"
},
"product_reference": "python-urllib3-0:1.26.8-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urlman-0:2.0.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src"
},
"product_reference": "python-urlman-0:2.0.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wcmatch-0:8.3-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src"
},
"product_reference": "python-wcmatch-0:8.3-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webencodings-0:0.5.1-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src"
},
"product_reference": "python-webencodings-0:0.5.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-whitenoise-0:6.0.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src"
},
"product_reference": "python-whitenoise-0:6.0.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-0:1.14.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src"
},
"product_reference": "python-wrapt-0:1.14.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64"
},
"product_reference": "python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xlrd-0:2.0.1-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src"
},
"product_reference": "python-xlrd-0:2.0.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xlwt-0:1.3.0-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src"
},
"product_reference": "python-xlwt-0:1.3.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yarl-0:1.8.2-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src"
},
"product_reference": "python-yarl-0:1.8.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64"
},
"product_reference": "python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zipp-0:3.4.0-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src"
},
"product_reference": "python-zipp-0:3.4.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-qpid-0:1.37.0-1.el8.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch"
},
"product_reference": "python2-qpid-0:1.37.0-1.el8.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-saslwrapper-0:0.22-6.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64"
},
"product_reference": "python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64"
},
"product_reference": "python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-createrepo_c-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-0:0.1.18-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64"
},
"product_reference": "python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64"
},
"product_reference": "python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-qpid-proton-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64"
},
"product_reference": "python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64"
},
"product_reference": "python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-solv-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "python3-solv-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiodns-0:3.0.0-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch"
},
"product_reference": "python39-aiodns-0:3.0.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiofiles-0:22.1.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch"
},
"product_reference": "python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-0:3.8.3-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64"
},
"product_reference": "python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64"
},
"product_reference": "python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch"
},
"product_reference": "python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aioredis-0:2.0.1-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch"
},
"product_reference": "python39-aioredis-0:2.0.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiosignal-0:1.3.1-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch"
},
"product_reference": "python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ansible-builder-0:1.0.1-4.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch"
},
"product_reference": "python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ansible-runner-0:2.2.1-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch"
},
"product_reference": "python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-asgiref-0:3.6.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch"
},
"product_reference": "python39-asgiref-0:3.6.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-async-lru-0:1.0.3-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch"
},
"product_reference": "python39-async-lru-0:1.0.3-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-async-timeout-0:4.0.2-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch"
},
"product_reference": "python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch"
},
"product_reference": "python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-attrs-0:21.4.0-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch"
},
"product_reference": "python39-attrs-0:21.4.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-backoff-0:2.2.1-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch"
},
"product_reference": "python39-backoff-0:2.2.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-bindep-0:2.11.0-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch"
},
"product_reference": "python39-bindep-0:2.11.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-bleach-0:3.3.1-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch"
},
"product_reference": "python39-bleach-0:3.3.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch"
},
"product_reference": "python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-bracex-0:2.2.1-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch"
},
"product_reference": "python39-bracex-0:2.2.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-brotli-0:1.0.9-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64"
},
"product_reference": "python39-brotli-0:1.0.9-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64"
},
"product_reference": "python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cchardet-0:2.1.7-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64"
},
"product_reference": "python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64"
},
"product_reference": "python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-certifi-0:2022.12.7-1.1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch"
},
"product_reference": "python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.15.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64"
},
"product_reference": "python39-cffi-0:1.15.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64"
},
"product_reference": "python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-chardet-0:5.0.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch"
},
"product_reference": "python39-chardet-0:5.0.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-charset-normalizer-0:2.1.1-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch"
},
"product_reference": "python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-click-0:8.1.3-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch"
},
"product_reference": "python39-click-0:8.1.3-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-click-shell-0:2.1-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch"
},
"product_reference": "python39-click-shell-0:2.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-colorama-0:0.4.4-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch"
},
"product_reference": "python39-colorama-0:0.4.4-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-commonmark-0:0.9.1-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch"
},
"product_reference": "python39-commonmark-0:0.9.1-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-contextlib2-0:21.6.0-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch"
},
"product_reference": "python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-createrepo_c-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:38.0.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64"
},
"product_reference": "python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64"
},
"product_reference": "python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-daemon-0:2.3.1-1.1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch"
},
"product_reference": "python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dataclasses-0:0.8-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch"
},
"product_reference": "python39-dataclasses-0:0.8-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dateutil-0:2.8.2-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch"
},
"product_reference": "python39-dateutil-0:2.8.2-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debian-0:0.1.44-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch"
},
"product_reference": "python39-debian-0:0.1.44-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-defusedxml-0:0.7.1-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch"
},
"product_reference": "python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-deprecated-0:1.2.13-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch"
},
"product_reference": "python39-deprecated-0:1.2.13-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-diff-match-patch-0:20200713-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch"
},
"product_reference": "python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-distro-0:1.7.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch"
},
"product_reference": "python39-distro-0:1.7.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-0:3.2.21-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch"
},
"product_reference": "python39-django-0:3.2.21-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-currentuser-0:0.5.3-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch"
},
"product_reference": "python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-filter-0:22.1-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch"
},
"product_reference": "python39-django-filter-0:22.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-guid-0:3.3.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch"
},
"product_reference": "python39-django-guid-0:3.3.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-import-export-0:3.0.2-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch"
},
"product_reference": "python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-lifecycle-0:1.0.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch"
},
"product_reference": "python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-readonly-field-0:1.1.2-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch"
},
"product_reference": "python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-djangorestframework-0:3.14.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch"
},
"product_reference": "python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch"
},
"product_reference": "python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-docutils-0:0.19-1.1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch"
},
"product_reference": "python39-docutils-0:0.19-1.1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-drf-access-policy-0:1.3.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch"
},
"product_reference": "python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch"
},
"product_reference": "python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-drf-spectacular-0:0.25.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch"
},
"product_reference": "python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dynaconf-0:3.1.11-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch"
},
"product_reference": "python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ecdsa-0:0.18.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch"
},
"product_reference": "python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-enrich-0:1.2.6-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch"
},
"product_reference": "python39-enrich-0:1.2.6-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-et-xmlfile-0:1.1.0-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch"
},
"product_reference": "python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-flake8-0:3.9.2-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch"
},
"product_reference": "python39-flake8-0:3.9.2-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-frozenlist-0:1.3.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64"
},
"product_reference": "python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64"
},
"product_reference": "python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-future-0:0.18.3-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch"
},
"product_reference": "python39-future-0:0.18.3-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-galaxy-importer-0:0.4.6-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch"
},
"product_reference": "python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-gitdb-0:4.0.10-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch"
},
"product_reference": "python39-gitdb-0:4.0.10-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-gitpython-0:3.1.32-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch"
},
"product_reference": "python39-gitpython-0:3.1.32-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-gnupg-0:0.5.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch"
},
"product_reference": "python39-gnupg-0:0.5.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-gunicorn-0:20.1.0-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch"
},
"product_reference": "python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-0:3.3-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch"
},
"product_reference": "python39-idna-0:3.3-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-ssl-0:1.1.0-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch"
},
"product_reference": "python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-importlib-metadata-0:4.10.1-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch"
},
"product_reference": "python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-inflection-0:0.5.1-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch"
},
"product_reference": "python39-inflection-0:0.5.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-iniparse-0:0.4-35.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch"
},
"product_reference": "python39-iniparse-0:0.4-35.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-jinja2-0:3.1.2-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch"
},
"product_reference": "python39-jinja2-0:3.1.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-jsonschema-0:4.9.1-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch"
},
"product_reference": "python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libcomps-0:0.1.18-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64"
},
"product_reference": "python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64"
},
"product_reference": "python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lockfile-0:0.12.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch"
},
"product_reference": "python39-lockfile-0:0.12.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.9.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64"
},
"product_reference": "python39-lxml-0:4.9.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64"
},
"product_reference": "python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-markdown-0:3.4.1-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch"
},
"product_reference": "python39-markdown-0:3.4.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-markuppy-0:1.14-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch"
},
"product_reference": "python39-markuppy-0:1.14-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-markupsafe-0:2.1.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64"
},
"product_reference": "python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64"
},
"product_reference": "python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mccabe-0:0.6.1-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch"
},
"product_reference": "python39-mccabe-0:0.6.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-multidict-0:6.0.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64"
},
"product_reference": "python39-multidict-0:6.0.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64"
},
"product_reference": "python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-naya-0:1.1.1-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch"
},
"product_reference": "python39-naya-0:1.1.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-odfpy-0:1.4.1-6.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch"
},
"product_reference": "python39-odfpy-0:1.4.1-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-openpyxl-0:3.1.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch"
},
"product_reference": "python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-packaging-0:21.3-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch"
},
"product_reference": "python39-packaging-0:21.3-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-parsley-0:1.3-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch"
},
"product_reference": "python39-parsley-0:1.3-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pbr-0:5.8.0-4.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch"
},
"product_reference": "python39-pbr-0:5.8.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pexpect-0:4.8.0-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch"
},
"product_reference": "python39-pexpect-0:4.8.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-productmd-0:1.33-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch"
},
"product_reference": "python39-productmd-0:1.33-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-protobuf-0:4.21.6-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch"
},
"product_reference": "python39-protobuf-0:4.21.6-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.9.3-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64"
},
"product_reference": "python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ptyprocess-0:0.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch"
},
"product_reference": "python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp-ansible-1:0.16.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch"
},
"product_reference": "python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp-certguard-0:1.5.6-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch"
},
"product_reference": "python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp-cli-0:0.14.0-4.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch"
},
"product_reference": "python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp-container-0:2.14.7-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch"
},
"product_reference": "python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp-deb-0:2.20.2-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch"
},
"product_reference": "python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp-file-0:1.12.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch"
},
"product_reference": "python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp-rpm-0:3.19.9-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch"
},
"product_reference": "python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulpcore-0:3.22.15-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch"
},
"product_reference": "python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch"
},
"product_reference": "python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycares-0:4.1.2-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64"
},
"product_reference": "python39-pycares-0:4.1.2-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64"
},
"product_reference": "python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycodestyle-0:2.7.0-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch"
},
"product_reference": "python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycparser-0:2.21-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch"
},
"product_reference": "python39-pycparser-0:2.21-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64"
},
"product_reference": "python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64"
},
"product_reference": "python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyflakes-0:2.3.1-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch"
},
"product_reference": "python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pygments-0:2.14.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64"
},
"product_reference": "python39-pygments-0:2.14.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pygtrie-0:2.5.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch"
},
"product_reference": "python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyjwkest-0:1.4.2-6.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch"
},
"product_reference": "python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyjwt-0:2.5.0-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch"
},
"product_reference": "python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyparsing-0:2.4.7-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch"
},
"product_reference": "python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyrsistent-0:0.18.1-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64"
},
"product_reference": "python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64"
},
"product_reference": "python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pytz-0:2022.2.1-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch"
},
"product_reference": "python39-pytz-0:2022.2.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64"
},
"product_reference": "python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-redis-0:4.3.4-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch"
},
"product_reference": "python39-redis-0:4.3.4-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requests-0:2.31.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch"
},
"product_reference": "python39-requests-0:2.31.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requirements-parser-0:0.2.0-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch"
},
"product_reference": "python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rhsm-0:1.19.2-3.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64"
},
"product_reference": "python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64"
},
"product_reference": "python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rich-0:13.3.1-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch"
},
"product_reference": "python39-rich-0:13.3.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch"
},
"product_reference": "python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64"
},
"product_reference": "python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64"
},
"product_reference": "python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-schema-0:0.7.5-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch"
},
"product_reference": "python39-schema-0:0.7.5-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-semantic-version-0:2.10.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch"
},
"product_reference": "python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-six-0:1.16.0-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch"
},
"product_reference": "python39-six-0:1.16.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-smmap-0:5.0.0-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch"
},
"product_reference": "python39-smmap-0:5.0.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-solv-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "python39-solv-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-sqlparse-0:0.4.4-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch"
},
"product_reference": "python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tablib-0:3.3.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch"
},
"product_reference": "python39-tablib-0:3.3.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tenacity-0:7.0.0-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch"
},
"product_reference": "python39-tenacity-0:7.0.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-toml-0:0.10.2-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch"
},
"product_reference": "python39-toml-0:0.10.2-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch"
},
"product_reference": "python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch"
},
"product_reference": "python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-uritemplate-0:4.1.1-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch"
},
"product_reference": "python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-url-normalize-0:1.4.3-4.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch"
},
"product_reference": "python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.26.8-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch"
},
"product_reference": "python39-urllib3-0:1.26.8-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urlman-0:2.0.1-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch"
},
"product_reference": "python39-urlman-0:2.0.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wcmatch-0:8.3-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch"
},
"product_reference": "python39-wcmatch-0:8.3-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-webencodings-0:0.5.1-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch"
},
"product_reference": "python39-webencodings-0:0.5.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-whitenoise-0:6.0.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch"
},
"product_reference": "python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wrapt-0:1.14.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64"
},
"product_reference": "python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64"
},
"product_reference": "python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-xlrd-0:2.0.1-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch"
},
"product_reference": "python39-xlrd-0:2.0.1-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-xlwt-0:1.3.0-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch"
},
"product_reference": "python39-xlwt-0:1.3.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-yarl-0:1.8.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64"
},
"product_reference": "python39-yarl-0:1.8.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64"
},
"product_reference": "python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-zipp-0:3.4.0-4.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch"
},
"product_reference": "python39-zipp-0:3.4.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-0:1.39.0-7.el8amq.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src"
},
"product_reference": "qpid-cpp-0:1.39.0-7.el8amq.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-client-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-server-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-dispatch-0:1.14.0-6.el8.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src"
},
"product_reference": "qpid-dispatch-0:1.14.0-6.el8.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64"
},
"product_reference": "qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-dispatch-router-0:1.14.0-6.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64"
},
"product_reference": "qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64"
},
"product_reference": "qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-dispatch-tools-0:1.14.0-6.el8.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch"
},
"product_reference": "qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-0:0.33.0-4.el8.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src"
},
"product_reference": "qpid-proton-0:0.33.0-4.el8.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-c-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64"
},
"product_reference": "qpid-proton-c-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64"
},
"product_reference": "qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64"
},
"product_reference": "qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64"
},
"product_reference": "qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-debugsource-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64"
},
"product_reference": "qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-qmf-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-tools-0:1.39.0-7.el8amq.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch"
},
"product_reference": "qpid-tools-0:1.39.0-7.el8amq.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch"
},
"product_reference": "redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-access-insights-puppet-0:1.0.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src"
},
"product_reference": "redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch"
},
"product_reference": "rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.5.20190701-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src"
},
"product_reference": "rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-dynflow-0:1.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-dynflow-0:1.7.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src"
},
"product_reference": "rubygem-dynflow-0:1.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-excon-0:0.99.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch"
},
"product_reference": "rubygem-excon-0:0.99.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-excon-0:0.99.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src"
},
"product_reference": "rubygem-excon-0:0.99.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch"
},
"product_reference": "rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:1.8.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src"
},
"product_reference": "rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.15.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src"
},
"product_reference": "rubygem-ffi-0:1.15.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.15.5-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.5-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch"
},
"product_reference": "rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src"
},
"product_reference": "rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.7.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src"
},
"product_reference": "rubygem-jwt-0:2.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo-0:7.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo-0:7.0.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src"
},
"product_reference": "rubygem-kafo-0:7.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.3.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch"
},
"product_reference": "rubygem-logging-0:2.3.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.3.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src"
},
"product_reference": "rubygem-logging-0:2.3.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.4.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch"
},
"product_reference": "rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.4.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src"
},
"product_reference": "rubygem-mime-types-0:3.4.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch"
},
"product_reference": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src"
},
"product_reference": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-0:1.7.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src"
},
"product_reference": "rubygem-msgpack-0:1.7.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-0:1.7.1-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64"
},
"product_reference": "rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64"
},
"product_reference": "rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64"
},
"product_reference": "rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ssh-0:7.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ssh-0:7.1.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src"
},
"product_reference": "rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src"
},
"product_reference": "rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-qpid_proton-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64"
},
"product_reference": "rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64"
},
"product_reference": "rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.7-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.7-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.7-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src"
},
"product_reference": "rubygem-rack-0:2.2.7-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch"
},
"product_reference": "rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rb-inotify-0:0.10.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src"
},
"product_reference": "rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule: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.14-capsule"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule: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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-redfish_client-0:0.5.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch"
},
"product_reference": "rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-redfish_client-0:0.5.4-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src"
},
"product_reference": "rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-0:0.1.5-20.1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src"
},
"product_reference": "rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64"
},
"product_reference": "rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64"
},
"product_reference": "rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64"
},
"product_reference": "rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src"
},
"product_reference": "rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch"
},
"product_reference": "rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rubyipmi-0:0.11.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src"
},
"product_reference": "rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sequel-0:5.68.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch"
},
"product_reference": "rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sequel-0:5.68.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src"
},
"product_reference": "rubygem-sequel-0:5.68.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-0:1.4.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src"
},
"product_reference": "rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tilt-0:2.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tilt-0:2.1.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src"
},
"product_reference": "rubygem-tilt-0:2.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf-0:0.1.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch"
},
"product_reference": "rubygem-unf-0:0.1.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf-0:0.1.4-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src"
},
"product_reference": "rubygem-unf-0:0.1.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src"
},
"product_reference": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch"
},
"product_reference": "rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src"
},
"product_reference": "rubygem-version_gem-0:1.1.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-webrick-0:1.8.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch"
},
"product_reference": "rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-webrick-0:1.8.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src"
},
"product_reference": "rubygem-webrick-0:1.8.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch"
},
"product_reference": "rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-xmlrpc-0:0.3.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src"
},
"product_reference": "rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saslwrapper-0:0.22-6.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src"
},
"product_reference": "saslwrapper-0:0.22-6.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saslwrapper-0:0.22-6.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64"
},
"product_reference": "saslwrapper-0:0.22-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64"
},
"product_reference": "saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saslwrapper-debugsource-0:0.22-6.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64"
},
"product_reference": "saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.14.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch"
},
"product_reference": "satellite-0:6.14.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.14.0-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src"
},
"product_reference": "satellite-0:6.14.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.14.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.14.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.14.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.14.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.14.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.14.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-installer-0:6.14.0.5-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch"
},
"product_reference": "satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-installer-0:6.14.0.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src"
},
"product_reference": "satellite-installer-0:6.14.0.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-clone-0:3.5.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch"
},
"product_reference": "satellite-clone-0:3.5.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-clone-0:3.5.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src"
},
"product_reference": "satellite-clone-0:3.5.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.7.0.9-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src"
},
"product_reference": "foreman-0:3.7.0.9-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-redis-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-service-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp_manifest-0:3.0.0-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src"
},
"product_reference": "python-pulp_manifest-0:3.0.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp_manifest-0:3.0.0-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch"
},
"product_reference": "python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-amazing_print-0:1.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-amazing_print-0:1.4.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src"
},
"product_reference": "rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch"
},
"product_reference": "rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.5.20190701-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src"
},
"product_reference": "rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch"
},
"product_reference": "rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:1.8.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src"
},
"product_reference": "rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.15.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src"
},
"product_reference": "rubygem-ffi-0:1.15.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.15.5-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.5-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch"
},
"product_reference": "rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src"
},
"product_reference": "rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.7.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src"
},
"product_reference": "rubygem-jwt-0:2.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-locale-0:2.1.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch"
},
"product_reference": "rubygem-locale-0:2.1.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-locale-0:2.1.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src"
},
"product_reference": "rubygem-locale-0:2.1.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.3.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch"
},
"product_reference": "rubygem-logging-0:2.3.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.3.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src"
},
"product_reference": "rubygem-logging-0:2.3.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.4.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch"
},
"product_reference": "rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.4.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src"
},
"product_reference": "rubygem-mime-types-0:3.4.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch"
},
"product_reference": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src"
},
"product_reference": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-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.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf-0:0.1.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch"
},
"product_reference": "rubygem-unf-0:0.1.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf-0:0.1.4-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src"
},
"product_reference": "rubygem-unf-0:0.1.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src"
},
"product_reference": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-0:0.4.4.4-4.1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src"
},
"product_reference": "rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64"
},
"product_reference": "rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64"
},
"product_reference": "rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64"
},
"product_reference": "rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch"
},
"product_reference": "rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-display_width-0:1.8.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src"
},
"product_reference": "rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch"
},
"product_reference": "rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src"
},
"product_reference": "rubygem-version_gem-0:1.1.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.14.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch"
},
"product_reference": "satellite-0:6.14.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.14.0-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src"
},
"product_reference": "satellite-0:6.14.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.14.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.14.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.14.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.14.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.14.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.14.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src"
},
"product_reference": "ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch"
},
"product_reference": "ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src"
},
"product_reference": "ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:5.0.8-4.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch"
},
"product_reference": "ansible-lint-0:5.0.8-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:5.0.8-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src"
},
"product_reference": "ansible-lint-0:5.0.8-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-0:2.2.1-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch"
},
"product_reference": "ansible-runner-0:2.2.1-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-0:2.2.1-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src"
},
"product_reference": "ansible-runner-0:2.2.1-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch"
},
"product_reference": "ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src"
},
"product_reference": "ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "candlepin-0:4.3.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch"
},
"product_reference": "candlepin-0:4.3.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "candlepin-0:4.3.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src"
},
"product_reference": "candlepin-0:4.3.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "candlepin-selinux-0:4.3.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch"
},
"product_reference": "candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-0:1.7.14-5.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src"
},
"product_reference": "cjson-0:1.7.14-5.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-0:1.7.14-5.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64"
},
"product_reference": "cjson-0:1.7.14-5.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-debuginfo-0:1.7.14-5.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64"
},
"product_reference": "cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cjson-debugsource-0:1.7.14-5.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64"
},
"product_reference": "cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-0:0.20.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src"
},
"product_reference": "createrepo_c-0:0.20.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-libs-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-0:3.7.0.9-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src"
},
"product_reference": "foreman-0:3.7.0.9-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch"
},
"product_reference": "foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-0:202102220000-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src"
},
"product_reference": "foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch"
},
"product_reference": "foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-cli-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-debug-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-1:4.1.0-10.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch"
},
"product_reference": "foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-discovery-image-1:4.1.0-10.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src"
},
"product_reference": "foreman-discovery-image-1:4.1.0-10.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ec2-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.7.0.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch"
},
"product_reference": "foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.7.0.4-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src"
},
"product_reference": "foreman-installer-1:3.7.0.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch"
},
"product_reference": "foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-journald-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-libvirt-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-obsolete-packages-0:1.5-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch"
},
"product_reference": "foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-obsolete-packages-0:1.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src"
},
"product_reference": "foreman-obsolete-packages-0:1.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-openstack-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-ovirt-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-postgresql-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-0:3.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-0:3.7.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src"
},
"product_reference": "foreman-proxy-0:3.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-content-0:4.9.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-proxy-journald-0:3.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch"
},
"product_reference": "foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-redis-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-selinux-0:3.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch"
},
"product_reference": "foreman-selinux-0:3.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-selinux-0:3.7.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src"
},
"product_reference": "foreman-selinux-0:3.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-service-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-service-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-telemetry-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-vmware-0:3.7.0.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch"
},
"product_reference": "foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-0:4.9.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch"
},
"product_reference": "katello-0:4.9.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-0:4.9.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src"
},
"product_reference": "katello-0:4.9.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-certs-tools-0:2.9.0-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch"
},
"product_reference": "katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-certs-tools-0:2.9.0-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src"
},
"product_reference": "katello-certs-tools-0:2.9.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-common-0:4.9.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch"
},
"product_reference": "katello-common-0:4.9.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-debug-0:4.9.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch"
},
"product_reference": "katello-debug-0:4.9.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.18-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src"
},
"product_reference": "libcomps-0:0.1.18-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-0:0.1.18-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64"
},
"product_reference": "libcomps-0:0.1.18-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64"
},
"product_reference": "libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcomps-debugsource-0:0.1.18-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64"
},
"product_reference": "libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-cxx-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-debuginfo-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-debugsource-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64"
},
"product_reference": "libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsodium-0:1.0.17-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-0:0.7.22-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src"
},
"product_reference": "libsolv-0:0.7.22-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "libsolv-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-debugsource-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-0:2.4.2-2.el8.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src"
},
"product_reference": "libwebsockets-0:2.4.2-2.el8.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-0:2.4.2-2.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64"
},
"product_reference": "libwebsockets-0:2.4.2-2.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64"
},
"product_reference": "libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-debugsource-0:2.4.2-2.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64"
},
"product_reference": "libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64"
},
"product_reference": "libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-0:2.0.14-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src"
},
"product_reference": "mosquitto-0:2.0.14-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-0:2.0.14-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64"
},
"product_reference": "mosquitto-0:2.0.14-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64"
},
"product_reference": "mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64"
},
"product_reference": "mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-evr-0:0.0.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src"
},
"product_reference": "postgresql-evr-0:0.0.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-evr-0:0.0.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64"
},
"product_reference": "postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-selinux-0:1.3.3-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src"
},
"product_reference": "pulpcore-selinux-0:1.3.3-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pulpcore-selinux-0:1.3.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64"
},
"product_reference": "pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-0:7.26.0-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src"
},
"product_reference": "puppet-agent-0:7.26.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-agent-0:7.26.0-3.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64"
},
"product_reference": "puppet-agent-0:7.26.0-3.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch"
},
"product_reference": "puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-foreman_scap_client-0:0.4.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src"
},
"product_reference": "puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch"
},
"product_reference": "puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetlabs-stdlib-0:5.2.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src"
},
"product_reference": "puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetserver-0:7.11.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch"
},
"product_reference": "puppetserver-0:7.11.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppetserver-0:7.11.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src"
},
"product_reference": "puppetserver-0:7.11.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiodns-0:3.0.0-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src"
},
"product_reference": "python-aiodns-0:3.0.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiofiles-0:22.1.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src"
},
"product_reference": "python-aiofiles-0:22.1.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-0:3.8.3-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src"
},
"product_reference": "python-aiohttp-0:3.8.3-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64"
},
"product_reference": "python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src"
},
"product_reference": "python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aioredis-0:2.0.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src"
},
"product_reference": "python-aioredis-0:2.0.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiosignal-0:1.3.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src"
},
"product_reference": "python-aiosignal-0:1.3.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ansible-builder-0:1.0.1-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src"
},
"product_reference": "python-ansible-builder-0:1.0.1-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asgiref-0:3.6.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src"
},
"product_reference": "python-asgiref-0:3.6.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-async-lru-0:1.0.3-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src"
},
"product_reference": "python-async-lru-0:1.0.3-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-async-timeout-0:4.0.2-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src"
},
"product_reference": "python-async-timeout-0:4.0.2-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asyncio-throttle-0:1.0.2-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src"
},
"product_reference": "python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:21.4.0-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src"
},
"product_reference": "python-attrs-0:21.4.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-backoff-0:2.2.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src"
},
"product_reference": "python-backoff-0:2.2.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bindep-0:2.11.0-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src"
},
"product_reference": "python-bindep-0:2.11.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bleach-0:3.3.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src"
},
"product_reference": "python-bleach-0:3.3.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bleach-allowlist-0:1.0.3-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src"
},
"product_reference": "python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bracex-0:2.2.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src"
},
"product_reference": "python-bracex-0:2.2.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-brotli-0:1.0.9-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src"
},
"product_reference": "python-brotli-0:1.0.9-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64"
},
"product_reference": "python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cchardet-0:2.1.7-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src"
},
"product_reference": "python-cchardet-0:2.1.7-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64"
},
"product_reference": "python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-certifi-0:2022.12.7-1.1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src"
},
"product_reference": "python-certifi-0:2022.12.7-1.1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.15.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src"
},
"product_reference": "python-cffi-0:1.15.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64"
},
"product_reference": "python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:5.0.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src"
},
"product_reference": "python-chardet-0:5.0.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-charset-normalizer-0:2.1.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src"
},
"product_reference": "python-charset-normalizer-0:2.1.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-click-0:8.1.3-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src"
},
"product_reference": "python-click-0:8.1.3-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-click-shell-0:2.1-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src"
},
"product_reference": "python-click-shell-0:2.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-colorama-0:0.4.4-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src"
},
"product_reference": "python-colorama-0:0.4.4-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-commonmark-0:0.9.1-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src"
},
"product_reference": "python-commonmark-0:0.9.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-contextlib2-0:21.6.0-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src"
},
"product_reference": "python-contextlib2-0:21.6.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:38.0.4-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src"
},
"product_reference": "python-cryptography-0:38.0.4-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64"
},
"product_reference": "python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-daemon-0:2.3.1-1.1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src"
},
"product_reference": "python-daemon-0:2.3.1-1.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dataclasses-0:0.8-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src"
},
"product_reference": "python-dataclasses-0:0.8-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dateutil-0:2.8.2-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src"
},
"product_reference": "python-dateutil-0:2.8.2-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-debian-0:0.1.44-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src"
},
"product_reference": "python-debian-0:0.1.44-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-defusedxml-0:0.7.1-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src"
},
"product_reference": "python-defusedxml-0:0.7.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-deprecated-0:1.2.13-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src"
},
"product_reference": "python-deprecated-0:1.2.13-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-diff-match-patch-0:20200713-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src"
},
"product_reference": "python-diff-match-patch-0:20200713-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-distro-0:1.7.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src"
},
"product_reference": "python-distro-0:1.7.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-0:3.2.21-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src"
},
"product_reference": "python-django-0:3.2.21-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-currentuser-0:0.5.3-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src"
},
"product_reference": "python-django-currentuser-0:0.5.3-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-filter-0:22.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src"
},
"product_reference": "python-django-filter-0:22.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-guid-0:3.3.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src"
},
"product_reference": "python-django-guid-0:3.3.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-import-export-0:3.0.2-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src"
},
"product_reference": "python-django-import-export-0:3.0.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-lifecycle-0:1.0.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src"
},
"product_reference": "python-django-lifecycle-0:1.0.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-readonly-field-0:1.1.2-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src"
},
"product_reference": "python-django-readonly-field-0:1.1.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-djangorestframework-0:3.14.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src"
},
"product_reference": "python-djangorestframework-0:3.14.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src"
},
"product_reference": "python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-docutils-0:0.19-1.1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src"
},
"product_reference": "python-docutils-0:0.19-1.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-access-policy-0:1.3.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src"
},
"product_reference": "python-drf-access-policy-0:1.3.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-nested-routers-0:0.93.4-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src"
},
"product_reference": "python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-drf-spectacular-0:0.25.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src"
},
"product_reference": "python-drf-spectacular-0:0.25.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dynaconf-0:3.1.11-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src"
},
"product_reference": "python-dynaconf-0:3.1.11-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ecdsa-0:0.18.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src"
},
"product_reference": "python-ecdsa-0:0.18.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-enrich-0:1.2.6-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src"
},
"product_reference": "python-enrich-0:1.2.6-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-et-xmlfile-0:1.1.0-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src"
},
"product_reference": "python-et-xmlfile-0:1.1.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flake8-0:3.9.2-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src"
},
"product_reference": "python-flake8-0:3.9.2-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-frozenlist-0:1.3.3-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src"
},
"product_reference": "python-frozenlist-0:1.3.3-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64"
},
"product_reference": "python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-future-0:0.18.3-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src"
},
"product_reference": "python-future-0:0.18.3-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-galaxy-importer-0:0.4.6-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src"
},
"product_reference": "python-galaxy-importer-0:0.4.6-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gitdb-0:4.0.10-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src"
},
"product_reference": "python-gitdb-0:4.0.10-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gitpython-0:3.1.32-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src"
},
"product_reference": "python-gitpython-0:3.1.32-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gnupg-0:0.5.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src"
},
"product_reference": "python-gnupg-0:0.5.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-0:20.1.0-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src"
},
"product_reference": "python-gunicorn-0:20.1.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:3.3-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src"
},
"product_reference": "python-idna-0:3.3-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-ssl-0:1.1.0-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src"
},
"product_reference": "python-idna-ssl-0:1.1.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-importlib-metadata-0:4.10.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src"
},
"product_reference": "python-importlib-metadata-0:4.10.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-inflection-0:0.5.1-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src"
},
"product_reference": "python-inflection-0:0.5.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-iniparse-0:0.4-35.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src"
},
"product_reference": "python-iniparse-0:0.4-35.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.2-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src"
},
"product_reference": "python-jinja2-0:3.1.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jsonschema-0:4.9.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src"
},
"product_reference": "python-jsonschema-0:4.9.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lockfile-0:0.12.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src"
},
"product_reference": "python-lockfile-0:0.12.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.9.2-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src"
},
"product_reference": "python-lxml-0:4.9.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64"
},
"product_reference": "python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markdown-0:3.4.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src"
},
"product_reference": "python-markdown-0:3.4.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markuppy-0:1.14-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src"
},
"product_reference": "python-markuppy-0:1.14-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-0:2.1.2-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src"
},
"product_reference": "python-markupsafe-0:2.1.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64"
},
"product_reference": "python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mccabe-0:0.6.1-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src"
},
"product_reference": "python-mccabe-0:0.6.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-multidict-0:6.0.4-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src"
},
"product_reference": "python-multidict-0:6.0.4-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64"
},
"product_reference": "python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-naya-0:1.1.1-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src"
},
"product_reference": "python-naya-0:1.1.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-odfpy-0:1.4.1-6.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src"
},
"product_reference": "python-odfpy-0:1.4.1-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openpyxl-0:3.1.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src"
},
"product_reference": "python-openpyxl-0:3.1.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-packaging-0:21.3-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src"
},
"product_reference": "python-packaging-0:21.3-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-parsley-0:1.3-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src"
},
"product_reference": "python-parsley-0:1.3-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pbr-0:5.8.0-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src"
},
"product_reference": "python-pbr-0:5.8.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pexpect-0:4.8.0-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src"
},
"product_reference": "python-pexpect-0:4.8.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-productmd-0:1.33-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src"
},
"product_reference": "python-productmd-0:1.33-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-protobuf-0:4.21.6-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src"
},
"product_reference": "python-protobuf-0:4.21.6-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.9.3-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src"
},
"product_reference": "python-psycopg2-0:2.9.3-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64"
},
"product_reference": "python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ptyprocess-0:0.7.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src"
},
"product_reference": "python-ptyprocess-0:0.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-ansible-1:0.16.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src"
},
"product_reference": "python-pulp-ansible-1:0.16.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-certguard-0:1.5.6-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src"
},
"product_reference": "python-pulp-certguard-0:1.5.6-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-cli-0:0.14.0-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src"
},
"product_reference": "python-pulp-cli-0:0.14.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-container-0:2.14.7-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src"
},
"product_reference": "python-pulp-container-0:2.14.7-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-deb-0:2.20.2-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src"
},
"product_reference": "python-pulp-deb-0:2.20.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-file-0:1.12.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src"
},
"product_reference": "python-pulp-file-0:1.12.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-rpm-0:3.19.9-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src"
},
"product_reference": "python-pulp-rpm-0:3.19.9-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp_manifest-0:3.0.0-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src"
},
"product_reference": "python-pulp_manifest-0:3.0.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.22.15-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src"
},
"product_reference": "python-pulpcore-0:3.22.15-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyOpenSSL-0:22.1.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src"
},
"product_reference": "python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycares-0:4.1.2-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src"
},
"product_reference": "python-pycares-0:4.1.2-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64"
},
"product_reference": "python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycodestyle-0:2.7.0-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src"
},
"product_reference": "python-pycodestyle-0:2.7.0-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.21-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src"
},
"product_reference": "python-pycparser-0:2.21-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycryptodomex-0:3.14.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src"
},
"product_reference": "python-pycryptodomex-0:3.14.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64"
},
"product_reference": "python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyflakes-0:2.3.1-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src"
},
"product_reference": "python-pyflakes-0:2.3.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygments-0:2.14.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src"
},
"product_reference": "python-pygments-0:2.14.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygtrie-0:2.5.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src"
},
"product_reference": "python-pygtrie-0:2.5.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwkest-0:1.4.2-6.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src"
},
"product_reference": "python-pyjwkest-0:1.4.2-6.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwt-0:2.5.0-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src"
},
"product_reference": "python-pyjwt-0:2.5.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyparsing-0:2.4.7-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src"
},
"product_reference": "python-pyparsing-0:2.4.7-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-0:0.18.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src"
},
"product_reference": "python-pyrsistent-0:0.18.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64"
},
"product_reference": "python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytz-0:2022.2.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src"
},
"product_reference": "python-pytz-0:2022.2.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyyaml-0:5.4.1-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src"
},
"product_reference": "python-pyyaml-0:5.4.1-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-qpid-0:1.37.0-1.el8.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src"
},
"product_reference": "python-qpid-0:1.37.0-1.el8.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-redis-0:4.3.4-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src"
},
"product_reference": "python-redis-0:4.3.4-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.31.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src"
},
"product_reference": "python-requests-0:2.31.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requirements-parser-0:0.2.0-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src"
},
"product_reference": "python-requirements-parser-0:0.2.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rhsm-0:1.19.2-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src"
},
"product_reference": "python-rhsm-0:1.19.2-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64"
},
"product_reference": "python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rich-0:13.3.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src"
},
"product_reference": "python-rich-0:13.3.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ruamel-yaml-0:0.17.21-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src"
},
"product_reference": "python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src"
},
"product_reference": "python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64"
},
"product_reference": "python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-schema-0:0.7.5-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src"
},
"product_reference": "python-schema-0:0.7.5-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-semantic-version-0:2.10.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src"
},
"product_reference": "python-semantic-version-0:2.10.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-six-0:1.16.0-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src"
},
"product_reference": "python-six-0:1.16.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-smmap-0:5.0.0-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src"
},
"product_reference": "python-smmap-0:5.0.0-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlparse-0:0.4.4-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src"
},
"product_reference": "python-sqlparse-0:0.4.4-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tablib-0:3.3.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src"
},
"product_reference": "python-tablib-0:3.3.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tenacity-0:7.0.0-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src"
},
"product_reference": "python-tenacity-0:7.0.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-toml-0:0.10.2-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src"
},
"product_reference": "python-toml-0:0.10.2-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-types-cryptography-0:3.3.23.2-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src"
},
"product_reference": "python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-typing-extensions-0:3.10.0.2-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src"
},
"product_reference": "python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-uritemplate-0:4.1.1-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src"
},
"product_reference": "python-uritemplate-0:4.1.1-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-url-normalize-0:1.4.3-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src"
},
"product_reference": "python-url-normalize-0:1.4.3-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.26.8-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src"
},
"product_reference": "python-urllib3-0:1.26.8-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urlman-0:2.0.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src"
},
"product_reference": "python-urlman-0:2.0.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wcmatch-0:8.3-2.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src"
},
"product_reference": "python-wcmatch-0:8.3-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webencodings-0:0.5.1-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src"
},
"product_reference": "python-webencodings-0:0.5.1-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-whitenoise-0:6.0.0-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src"
},
"product_reference": "python-whitenoise-0:6.0.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-0:1.14.1-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src"
},
"product_reference": "python-wrapt-0:1.14.1-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64"
},
"product_reference": "python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xlrd-0:2.0.1-5.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src"
},
"product_reference": "python-xlrd-0:2.0.1-5.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xlwt-0:1.3.0-3.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src"
},
"product_reference": "python-xlwt-0:1.3.0-3.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yarl-0:1.8.2-1.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src"
},
"product_reference": "python-yarl-0:1.8.2-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64"
},
"product_reference": "python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zipp-0:3.4.0-4.el8pc.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src"
},
"product_reference": "python-zipp-0:3.4.0-4.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-qpid-0:1.37.0-1.el8.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch"
},
"product_reference": "python2-qpid-0:1.37.0-1.el8.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-saslwrapper-0:0.22-6.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64"
},
"product_reference": "python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64"
},
"product_reference": "python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-createrepo_c-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-0:0.1.18-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64"
},
"product_reference": "python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64"
},
"product_reference": "python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-qpid-proton-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64"
},
"product_reference": "python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64"
},
"product_reference": "python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-solv-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "python3-solv-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiodns-0:3.0.0-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch"
},
"product_reference": "python39-aiodns-0:3.0.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiofiles-0:22.1.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch"
},
"product_reference": "python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-0:3.8.3-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64"
},
"product_reference": "python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64"
},
"product_reference": "python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch"
},
"product_reference": "python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aioredis-0:2.0.1-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch"
},
"product_reference": "python39-aioredis-0:2.0.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiosignal-0:1.3.1-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch"
},
"product_reference": "python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ansible-builder-0:1.0.1-4.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch"
},
"product_reference": "python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ansible-runner-0:2.2.1-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch"
},
"product_reference": "python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-asgiref-0:3.6.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch"
},
"product_reference": "python39-asgiref-0:3.6.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-async-lru-0:1.0.3-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch"
},
"product_reference": "python39-async-lru-0:1.0.3-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-async-timeout-0:4.0.2-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch"
},
"product_reference": "python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch"
},
"product_reference": "python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-attrs-0:21.4.0-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch"
},
"product_reference": "python39-attrs-0:21.4.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-backoff-0:2.2.1-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch"
},
"product_reference": "python39-backoff-0:2.2.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-bindep-0:2.11.0-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch"
},
"product_reference": "python39-bindep-0:2.11.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-bleach-0:3.3.1-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch"
},
"product_reference": "python39-bleach-0:3.3.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch"
},
"product_reference": "python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-bracex-0:2.2.1-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch"
},
"product_reference": "python39-bracex-0:2.2.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-brotli-0:1.0.9-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64"
},
"product_reference": "python39-brotli-0:1.0.9-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64"
},
"product_reference": "python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cchardet-0:2.1.7-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64"
},
"product_reference": "python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64"
},
"product_reference": "python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-certifi-0:2022.12.7-1.1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch"
},
"product_reference": "python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.15.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64"
},
"product_reference": "python39-cffi-0:1.15.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64"
},
"product_reference": "python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-chardet-0:5.0.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch"
},
"product_reference": "python39-chardet-0:5.0.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-charset-normalizer-0:2.1.1-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch"
},
"product_reference": "python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-click-0:8.1.3-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch"
},
"product_reference": "python39-click-0:8.1.3-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-click-shell-0:2.1-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch"
},
"product_reference": "python39-click-shell-0:2.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-colorama-0:0.4.4-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch"
},
"product_reference": "python39-colorama-0:0.4.4-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-commonmark-0:0.9.1-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch"
},
"product_reference": "python39-commonmark-0:0.9.1-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-contextlib2-0:21.6.0-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch"
},
"product_reference": "python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-createrepo_c-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64"
},
"product_reference": "python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:38.0.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64"
},
"product_reference": "python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64"
},
"product_reference": "python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-daemon-0:2.3.1-1.1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch"
},
"product_reference": "python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dataclasses-0:0.8-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch"
},
"product_reference": "python39-dataclasses-0:0.8-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dateutil-0:2.8.2-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch"
},
"product_reference": "python39-dateutil-0:2.8.2-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debian-0:0.1.44-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch"
},
"product_reference": "python39-debian-0:0.1.44-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-defusedxml-0:0.7.1-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch"
},
"product_reference": "python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-deprecated-0:1.2.13-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch"
},
"product_reference": "python39-deprecated-0:1.2.13-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-diff-match-patch-0:20200713-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch"
},
"product_reference": "python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-distro-0:1.7.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch"
},
"product_reference": "python39-distro-0:1.7.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-0:3.2.21-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch"
},
"product_reference": "python39-django-0:3.2.21-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-currentuser-0:0.5.3-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch"
},
"product_reference": "python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-filter-0:22.1-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch"
},
"product_reference": "python39-django-filter-0:22.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-guid-0:3.3.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch"
},
"product_reference": "python39-django-guid-0:3.3.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-import-export-0:3.0.2-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch"
},
"product_reference": "python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-lifecycle-0:1.0.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch"
},
"product_reference": "python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-django-readonly-field-0:1.1.2-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch"
},
"product_reference": "python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-djangorestframework-0:3.14.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch"
},
"product_reference": "python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch"
},
"product_reference": "python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-docutils-0:0.19-1.1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch"
},
"product_reference": "python39-docutils-0:0.19-1.1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-drf-access-policy-0:1.3.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch"
},
"product_reference": "python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch"
},
"product_reference": "python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-drf-spectacular-0:0.25.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch"
},
"product_reference": "python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dynaconf-0:3.1.11-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch"
},
"product_reference": "python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ecdsa-0:0.18.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch"
},
"product_reference": "python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-enrich-0:1.2.6-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch"
},
"product_reference": "python39-enrich-0:1.2.6-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-et-xmlfile-0:1.1.0-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch"
},
"product_reference": "python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-flake8-0:3.9.2-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch"
},
"product_reference": "python39-flake8-0:3.9.2-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-frozenlist-0:1.3.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64"
},
"product_reference": "python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64"
},
"product_reference": "python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-future-0:0.18.3-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch"
},
"product_reference": "python39-future-0:0.18.3-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-galaxy-importer-0:0.4.6-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch"
},
"product_reference": "python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-gitdb-0:4.0.10-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch"
},
"product_reference": "python39-gitdb-0:4.0.10-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-gitpython-0:3.1.32-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch"
},
"product_reference": "python39-gitpython-0:3.1.32-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-gnupg-0:0.5.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch"
},
"product_reference": "python39-gnupg-0:0.5.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-gunicorn-0:20.1.0-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch"
},
"product_reference": "python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-0:3.3-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch"
},
"product_reference": "python39-idna-0:3.3-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-ssl-0:1.1.0-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch"
},
"product_reference": "python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-importlib-metadata-0:4.10.1-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch"
},
"product_reference": "python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-inflection-0:0.5.1-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch"
},
"product_reference": "python39-inflection-0:0.5.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-iniparse-0:0.4-35.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch"
},
"product_reference": "python39-iniparse-0:0.4-35.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-jinja2-0:3.1.2-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch"
},
"product_reference": "python39-jinja2-0:3.1.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-jsonschema-0:4.9.1-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch"
},
"product_reference": "python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libcomps-0:0.1.18-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64"
},
"product_reference": "python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64"
},
"product_reference": "python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lockfile-0:0.12.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch"
},
"product_reference": "python39-lockfile-0:0.12.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.9.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64"
},
"product_reference": "python39-lxml-0:4.9.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64"
},
"product_reference": "python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-markdown-0:3.4.1-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch"
},
"product_reference": "python39-markdown-0:3.4.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-markuppy-0:1.14-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch"
},
"product_reference": "python39-markuppy-0:1.14-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-markupsafe-0:2.1.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64"
},
"product_reference": "python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64"
},
"product_reference": "python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mccabe-0:0.6.1-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch"
},
"product_reference": "python39-mccabe-0:0.6.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-multidict-0:6.0.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64"
},
"product_reference": "python39-multidict-0:6.0.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64"
},
"product_reference": "python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-naya-0:1.1.1-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch"
},
"product_reference": "python39-naya-0:1.1.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-odfpy-0:1.4.1-6.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch"
},
"product_reference": "python39-odfpy-0:1.4.1-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-openpyxl-0:3.1.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch"
},
"product_reference": "python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-packaging-0:21.3-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch"
},
"product_reference": "python39-packaging-0:21.3-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-parsley-0:1.3-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch"
},
"product_reference": "python39-parsley-0:1.3-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pbr-0:5.8.0-4.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch"
},
"product_reference": "python39-pbr-0:5.8.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pexpect-0:4.8.0-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch"
},
"product_reference": "python39-pexpect-0:4.8.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-productmd-0:1.33-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch"
},
"product_reference": "python39-productmd-0:1.33-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-protobuf-0:4.21.6-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch"
},
"product_reference": "python39-protobuf-0:4.21.6-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.9.3-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64"
},
"product_reference": "python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ptyprocess-0:0.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch"
},
"product_reference": "python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp-ansible-1:0.16.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch"
},
"product_reference": "python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp-certguard-0:1.5.6-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch"
},
"product_reference": "python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp-cli-0:0.14.0-4.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch"
},
"product_reference": "python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp-container-0:2.14.7-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch"
},
"product_reference": "python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp-deb-0:2.20.2-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch"
},
"product_reference": "python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp-file-0:1.12.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch"
},
"product_reference": "python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp-rpm-0:3.19.9-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch"
},
"product_reference": "python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp_manifest-0:3.0.0-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch"
},
"product_reference": "python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulpcore-0:3.22.15-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch"
},
"product_reference": "python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch"
},
"product_reference": "python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycares-0:4.1.2-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64"
},
"product_reference": "python39-pycares-0:4.1.2-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64"
},
"product_reference": "python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycodestyle-0:2.7.0-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch"
},
"product_reference": "python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycparser-0:2.21-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch"
},
"product_reference": "python39-pycparser-0:2.21-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64"
},
"product_reference": "python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64"
},
"product_reference": "python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyflakes-0:2.3.1-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch"
},
"product_reference": "python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pygments-0:2.14.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64"
},
"product_reference": "python39-pygments-0:2.14.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pygtrie-0:2.5.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch"
},
"product_reference": "python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyjwkest-0:1.4.2-6.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch"
},
"product_reference": "python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyjwt-0:2.5.0-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch"
},
"product_reference": "python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyparsing-0:2.4.7-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch"
},
"product_reference": "python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyrsistent-0:0.18.1-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64"
},
"product_reference": "python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64"
},
"product_reference": "python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pytz-0:2022.2.1-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch"
},
"product_reference": "python39-pytz-0:2022.2.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64"
},
"product_reference": "python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-redis-0:4.3.4-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch"
},
"product_reference": "python39-redis-0:4.3.4-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requests-0:2.31.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch"
},
"product_reference": "python39-requests-0:2.31.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requirements-parser-0:0.2.0-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch"
},
"product_reference": "python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rhsm-0:1.19.2-3.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64"
},
"product_reference": "python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64"
},
"product_reference": "python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rich-0:13.3.1-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch"
},
"product_reference": "python39-rich-0:13.3.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch"
},
"product_reference": "python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64"
},
"product_reference": "python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64"
},
"product_reference": "python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-schema-0:0.7.5-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch"
},
"product_reference": "python39-schema-0:0.7.5-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-semantic-version-0:2.10.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch"
},
"product_reference": "python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-six-0:1.16.0-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch"
},
"product_reference": "python39-six-0:1.16.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-smmap-0:5.0.0-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch"
},
"product_reference": "python39-smmap-0:5.0.0-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-solv-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "python39-solv-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-sqlparse-0:0.4.4-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch"
},
"product_reference": "python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tablib-0:3.3.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch"
},
"product_reference": "python39-tablib-0:3.3.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tenacity-0:7.0.0-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch"
},
"product_reference": "python39-tenacity-0:7.0.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-toml-0:0.10.2-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch"
},
"product_reference": "python39-toml-0:0.10.2-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch"
},
"product_reference": "python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch"
},
"product_reference": "python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-uritemplate-0:4.1.1-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch"
},
"product_reference": "python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-url-normalize-0:1.4.3-4.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch"
},
"product_reference": "python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.26.8-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch"
},
"product_reference": "python39-urllib3-0:1.26.8-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urlman-0:2.0.1-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch"
},
"product_reference": "python39-urlman-0:2.0.1-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wcmatch-0:8.3-2.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch"
},
"product_reference": "python39-wcmatch-0:8.3-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-webencodings-0:0.5.1-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch"
},
"product_reference": "python39-webencodings-0:0.5.1-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-whitenoise-0:6.0.0-1.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch"
},
"product_reference": "python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wrapt-0:1.14.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64"
},
"product_reference": "python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64"
},
"product_reference": "python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-xlrd-0:2.0.1-5.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch"
},
"product_reference": "python39-xlrd-0:2.0.1-5.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-xlwt-0:1.3.0-3.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch"
},
"product_reference": "python39-xlwt-0:1.3.0-3.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-yarl-0:1.8.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64"
},
"product_reference": "python39-yarl-0:1.8.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64"
},
"product_reference": "python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-zipp-0:3.4.0-4.el8pc.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch"
},
"product_reference": "python39-zipp-0:3.4.0-4.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-0:1.39.0-7.el8amq.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src"
},
"product_reference": "qpid-cpp-0:1.39.0-7.el8amq.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-client-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-server-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-dispatch-0:1.14.0-6.el8.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src"
},
"product_reference": "qpid-dispatch-0:1.14.0-6.el8.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64"
},
"product_reference": "qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-dispatch-router-0:1.14.0-6.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64"
},
"product_reference": "qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64"
},
"product_reference": "qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-dispatch-tools-0:1.14.0-6.el8.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch"
},
"product_reference": "qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-0:0.33.0-4.el8.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src"
},
"product_reference": "qpid-proton-0:0.33.0-4.el8.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-c-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64"
},
"product_reference": "qpid-proton-c-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64"
},
"product_reference": "qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64"
},
"product_reference": "qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64"
},
"product_reference": "qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-debugsource-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64"
},
"product_reference": "qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-qmf-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64"
},
"product_reference": "qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-tools-0:1.39.0-7.el8amq.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch"
},
"product_reference": "qpid-tools-0:1.39.0-7.el8amq.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch"
},
"product_reference": "redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-access-insights-puppet-0:1.0.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src"
},
"product_reference": "redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64"
},
"product_reference": "ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch"
},
"product_reference": "rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actioncable-0:6.1.7.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src"
},
"product_reference": "rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch"
},
"product_reference": "rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src"
},
"product_reference": "rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch"
},
"product_reference": "rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionmailer-0:6.1.7.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src"
},
"product_reference": "rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch"
},
"product_reference": "rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionpack-0:6.1.7.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src"
},
"product_reference": "rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch"
},
"product_reference": "rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actiontext-0:6.1.7.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src"
},
"product_reference": "rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionview-0:6.1.7.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch"
},
"product_reference": "rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-actionview-0:6.1.7.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src"
},
"product_reference": "rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activejob-0:6.1.7.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch"
},
"product_reference": "rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activejob-0:6.1.7.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src"
},
"product_reference": "rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch"
},
"product_reference": "rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activemodel-0:6.1.7.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src"
},
"product_reference": "rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch"
},
"product_reference": "rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-0:6.1.7.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src"
},
"product_reference": "rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch"
},
"product_reference": "rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-import-0:1.4.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src"
},
"product_reference": "rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src"
},
"product_reference": "rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch"
},
"product_reference": "rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activestorage-0:6.1.7.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src"
},
"product_reference": "rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch"
},
"product_reference": "rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-activesupport-0:6.1.7.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src"
},
"product_reference": "rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-addressable-0:2.8.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch"
},
"product_reference": "rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-addressable-0:2.8.4-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src"
},
"product_reference": "rubygem-addressable-0:2.8.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-amazing_print-0:1.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-amazing_print-0:1.4.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src"
},
"product_reference": "rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-anemone-0:0.7.2-23.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch"
},
"product_reference": "rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-anemone-0:0.7.2-23.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src"
},
"product_reference": "rubygem-anemone-0:0.7.2-23.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch"
},
"product_reference": "rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-dsl-0:2.5.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src"
},
"product_reference": "rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-apipie-rails-0:1.1.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src"
},
"product_reference": "rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-audited-0:5.3.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch"
},
"product_reference": "rubygem-audited-0:5.3.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-audited-0:5.3.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src"
},
"product_reference": "rubygem-audited-0:5.3.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bcrypt-0:3.1.18-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src"
},
"product_reference": "rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64"
},
"product_reference": "rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64"
},
"product_reference": "rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64"
},
"product_reference": "rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-builder-0:3.2.4-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch"
},
"product_reference": "rubygem-builder-0:3.2.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-builder-0:3.2.4-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src"
},
"product_reference": "rubygem-builder-0:3.2.4-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-css_parser-0:1.14.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch"
},
"product_reference": "rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-css_parser-0:1.14.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src"
},
"product_reference": "rubygem-css_parser-0:1.14.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-deface-0:1.5.3-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch"
},
"product_reference": "rubygem-deface-0:1.5.3-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-deface-0:1.5.3-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src"
},
"product_reference": "rubygem-deface-0:1.5.3-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch"
},
"product_reference": "rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-domain_name-0:0.5.20190701-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src"
},
"product_reference": "rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-dynflow-0:1.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-dynflow-0:1.7.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src"
},
"product_reference": "rubygem-dynflow-0:1.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-erubi-0:1.12.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch"
},
"product_reference": "rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-erubi-0:1.12.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src"
},
"product_reference": "rubygem-erubi-0:1.12.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-excon-0:0.99.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch"
},
"product_reference": "rubygem-excon-0:0.99.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-excon-0:0.99.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src"
},
"product_reference": "rubygem-excon-0:0.99.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-execjs-0:2.8.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch"
},
"product_reference": "rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-execjs-0:2.8.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src"
},
"product_reference": "rubygem-execjs-0:2.8.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-facter-0:4.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-facter-0:4.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-facter-0:4.4.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src"
},
"product_reference": "rubygem-facter-0:4.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch"
},
"product_reference": "rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fast_gettext-0:1.8.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src"
},
"product_reference": "rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.15.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src"
},
"product_reference": "rubygem-ffi-0:1.15.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-0:1.15.5-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64"
},
"product_reference": "rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-aws-0:3.19.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch"
},
"product_reference": "rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-aws-0:3.19.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src"
},
"product_reference": "rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-core-0:2.3.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch"
},
"product_reference": "rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-core-0:2.3.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src"
},
"product_reference": "rubygem-fog-core-0:2.3.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch"
},
"product_reference": "rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-libvirt-0:0.11.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src"
},
"product_reference": "rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-openstack-0:1.1.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src"
},
"product_reference": "rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch"
},
"product_reference": "rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-fog-vsphere-0:3.6.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src"
},
"product_reference": "rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman-tasks-0:8.1.4-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src"
},
"product_reference": "rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_ansible-0:12.0.6-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src"
},
"product_reference": "rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src"
},
"product_reference": "rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch"
},
"product_reference": "rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src"
},
"product_reference": "rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_discovery-0:22.0.4-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src"
},
"product_reference": "rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_google-0:1.0.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_google-0:1.0.4-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src"
},
"product_reference": "rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src"
},
"product_reference": "rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch"
},
"product_reference": "rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src"
},
"product_reference": "rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_leapp-0:0.1.14-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src"
},
"product_reference": "rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch"
},
"product_reference": "rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_openscap-0:7.0.0-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src"
},
"product_reference": "rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_puppet-0:6.0.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src"
},
"product_reference": "rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src"
},
"product_reference": "rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src"
},
"product_reference": "rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_templates-0:9.4.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src"
},
"product_reference": "rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src"
},
"product_reference": "rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src"
},
"product_reference": "rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src"
},
"product_reference": "rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-friendly_id-0:5.5.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch"
},
"product_reference": "rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-friendly_id-0:5.5.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src"
},
"product_reference": "rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch"
},
"product_reference": "rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src"
},
"product_reference": "rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch"
},
"product_reference": "rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src"
},
"product_reference": "rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-globalid-0:1.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-globalid-0:1.1.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src"
},
"product_reference": "rubygem-globalid-0:1.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-protobuf-0:3.21.6-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src"
},
"product_reference": "rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64"
},
"product_reference": "rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64"
},
"product_reference": "rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64"
},
"product_reference": "rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-graphql-0:1.13.19-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch"
},
"product_reference": "rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-graphql-0:1.13.19-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src"
},
"product_reference": "rubygem-graphql-0:1.13.19-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch"
},
"product_reference": "rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-graphql-batch-0:0.5.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src"
},
"product_reference": "rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-grpc-0:1.49.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src"
},
"product_reference": "rubygem-grpc-0:1.49.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-grpc-0:1.49.1-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64"
},
"product_reference": "rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch"
},
"product_reference": "rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src"
},
"product_reference": "rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.5-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch"
},
"product_reference": "rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http-cookie-0:1.0.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src"
},
"product_reference": "rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src"
},
"product_reference": "rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64"
},
"product_reference": "rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64"
},
"product_reference": "rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64"
},
"product_reference": "rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-i18n-0:1.13.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch"
},
"product_reference": "rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-i18n-0:1.13.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src"
},
"product_reference": "rubygem-i18n-0:1.13.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.7.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch"
},
"product_reference": "rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-jwt-0:2.7.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src"
},
"product_reference": "rubygem-jwt-0:2.7.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo-0:7.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-kafo-0:7.0.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src"
},
"product_reference": "rubygem-kafo-0:7.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.9.0.16-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch"
},
"product_reference": "rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.9.0.16-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src"
},
"product_reference": "rubygem-katello-0:4.9.0.16-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch"
},
"product_reference": "rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ldap_fluff-0:0.6.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src"
},
"product_reference": "rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-locale-0:2.1.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch"
},
"product_reference": "rubygem-locale-0:2.1.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-locale-0:2.1.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src"
},
"product_reference": "rubygem-locale-0:2.1.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.3.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch"
},
"product_reference": "rubygem-logging-0:2.3.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-logging-0:2.3.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src"
},
"product_reference": "rubygem-logging-0:2.3.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-loofah-0:2.21.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch"
},
"product_reference": "rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-loofah-0:2.21.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src"
},
"product_reference": "rubygem-loofah-0:2.21.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mail-0:2.8.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch"
},
"product_reference": "rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mail-0:2.8.0.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src"
},
"product_reference": "rubygem-mail-0:2.8.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-marcel-0:1.0.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch"
},
"product_reference": "rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-marcel-0:1.0.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src"
},
"product_reference": "rubygem-marcel-0:1.0.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-method_source-0:1.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-method_source-0:1.0.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src"
},
"product_reference": "rubygem-method_source-0:1.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.4.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch"
},
"product_reference": "rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-0:3.4.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src"
},
"product_reference": "rubygem-mime-types-0:3.4.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch"
},
"product_reference": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src"
},
"product_reference": "rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mini_mime-0:1.1.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch"
},
"product_reference": "rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mini_mime-0:1.1.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src"
},
"product_reference": "rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-0:1.7.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src"
},
"product_reference": "rubygem-msgpack-0:1.7.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-0:1.7.1-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64"
},
"product_reference": "rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64"
},
"product_reference": "rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64"
},
"product_reference": "rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ldap-0:0.18.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch"
},
"product_reference": "rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ldap-0:0.18.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src"
},
"product_reference": "rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ssh-0:7.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-net-ssh-0:7.1.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src"
},
"product_reference": "rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nio4r-0:2.5.9-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src"
},
"product_reference": "rubygem-nio4r-0:2.5.9-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nio4r-0:2.5.9-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64"
},
"product_reference": "rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64"
},
"product_reference": "rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64"
},
"product_reference": "rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src"
},
"product_reference": "rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-optimist-0:3.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch"
},
"product_reference": "rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-optimist-0:3.0.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src"
},
"product_reference": "rubygem-optimist-0:3.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src"
},
"product_reference": "rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64"
},
"product_reference": "rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64"
},
"product_reference": "rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64"
},
"product_reference": "rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-parallel-0:1.23.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch"
},
"product_reference": "rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-parallel-0:1.23.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src"
},
"product_reference": "rubygem-parallel-0:1.23.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src"
},
"product_reference": "rubygem-pg-0:1.5.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.3-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64"
},
"product_reference": "rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-prometheus-client-0:4.1.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src"
},
"product_reference": "rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-public_suffix-0:5.0.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch"
},
"product_reference": "rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-public_suffix-0:5.0.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src"
},
"product_reference": "rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch"
},
"product_reference": "rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src"
},
"product_reference": "rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch"
},
"product_reference": "rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src"
},
"product_reference": "rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch"
},
"product_reference": "rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_container_client-0:2.14.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src"
},
"product_reference": "rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch"
},
"product_reference": "rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src"
},
"product_reference": "rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch"
},
"product_reference": "rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_file_client-0:1.12.0-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src"
},
"product_reference": "rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src"
},
"product_reference": "rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch"
},
"product_reference": "rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_python_client-0:3.8.0-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src"
},
"product_reference": "rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch"
},
"product_reference": "rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src"
},
"product_reference": "rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch"
},
"product_reference": "rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pulpcore_client-1:3.22.4-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src"
},
"product_reference": "rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-puma-0:6.2.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src"
},
"product_reference": "rubygem-puma-0:6.2.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-puma-0:6.2.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-qpid_proton-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64"
},
"product_reference": "rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-qpid_proton-0:0.33.0-5.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src"
},
"product_reference": "rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64"
},
"product_reference": "rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64"
},
"product_reference": "rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64"
},
"product_reference": "rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64"
},
"product_reference": "rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.7-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.7-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.7-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src"
},
"product_reference": "rubygem-rack-0:2.2.7-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-0:6.1.7.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch"
},
"product_reference": "rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-0:6.1.7.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src"
},
"product_reference": "rubygem-rails-0:6.1.7.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch"
},
"product_reference": "rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src"
},
"product_reference": "rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch"
},
"product_reference": "rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src"
},
"product_reference": "rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch"
},
"product_reference": "rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rails-i18n-0:7.0.7-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src"
},
"product_reference": "rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-railties-0:6.1.7.3-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch"
},
"product_reference": "rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-railties-0:6.1.7.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src"
},
"product_reference": "rubygem-railties-0:6.1.7.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch"
},
"product_reference": "rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rb-inotify-0:0.10.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src"
},
"product_reference": "rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch"
},
"product_reference": "rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbvmomi2-0:3.6.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src"
},
"product_reference": "rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-redfish_client-0:0.5.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch"
},
"product_reference": "rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-redfish_client-0:0.5.4-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src"
},
"product_reference": "rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-responders-0:3.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-responders-0:3.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-responders-0:3.1.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src"
},
"product_reference": "rubygem-responders-0:3.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-0:0.1.5-20.1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src"
},
"product_reference": "rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64"
},
"product_reference": "rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64"
},
"product_reference": "rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64"
},
"product_reference": "rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-roadie-0:5.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-roadie-0:5.1.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src"
},
"product_reference": "rubygem-roadie-0:5.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch"
},
"product_reference": "rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-roadie-rails-0:3.0.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src"
},
"product_reference": "rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-robotex-0:1.0.0-22.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch"
},
"product_reference": "rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-robotex-0:1.0.0-22.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src"
},
"product_reference": "rubygem-robotex-0:1.0.0-22.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src"
},
"product_reference": "rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64"
},
"product_reference": "rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch"
},
"product_reference": "rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby2ruby-0:2.5.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src"
},
"product_reference": "rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch"
},
"product_reference": "rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-ruby_parser-0:3.20.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src"
},
"product_reference": "rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch"
},
"product_reference": "rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rubyipmi-0:0.11.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src"
},
"product_reference": "rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-safemode-0:1.3.8-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch"
},
"product_reference": "rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-safemode-0:1.3.8-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src"
},
"product_reference": "rubygem-safemode-0:1.3.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-scoped_search-0:4.1.11-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch"
},
"product_reference": "rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-scoped_search-0:4.1.11-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src"
},
"product_reference": "rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-secure_headers-0:6.5.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch"
},
"product_reference": "rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-secure_headers-0:6.5.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src"
},
"product_reference": "rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sequel-0:5.68.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch"
},
"product_reference": "rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sequel-0:5.68.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src"
},
"product_reference": "rubygem-sequel-0:5.68.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch"
},
"product_reference": "rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sexp_processor-0:4.17.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src"
},
"product_reference": "rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sidekiq-0:6.3.1-2.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch"
},
"product_reference": "rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sidekiq-0:6.3.1-2.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src"
},
"product_reference": "rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch"
},
"product_reference": "rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src"
},
"product_reference": "rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sprockets-0:4.2.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch"
},
"product_reference": "rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sprockets-0:4.2.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src"
},
"product_reference": "rubygem-sprockets-0:4.2.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch"
},
"product_reference": "rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sprockets-rails-0:3.4.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src"
},
"product_reference": "rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-0:1.4.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src"
},
"product_reference": "rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-thor-0:1.2.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch"
},
"product_reference": "rubygem-thor-0:1.2.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-thor-0:1.2.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src"
},
"product_reference": "rubygem-thor-0:1.2.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tilt-0:2.1.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch"
},
"product_reference": "rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-tilt-0:2.1.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src"
},
"product_reference": "rubygem-tilt-0:2.1.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf-0:0.1.4-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch"
},
"product_reference": "rubygem-unf-0:0.1.4-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf-0:0.1.4-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src"
},
"product_reference": "rubygem-unf-0:0.1.4-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src"
},
"product_reference": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64"
},
"product_reference": "rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-0:0.4.4.4-4.1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src"
},
"product_reference": "rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64"
},
"product_reference": "rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64"
},
"product_reference": "rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64"
},
"product_reference": "rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch"
},
"product_reference": "rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-unicode-display_width-0:1.8.0-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src"
},
"product_reference": "rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch"
},
"product_reference": "rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-version_gem-0:1.1.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src"
},
"product_reference": "rubygem-version_gem-0:1.1.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch"
},
"product_reference": "rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-webpack-rails-0:0.9.11-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src"
},
"product_reference": "rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-webrick-0:1.8.1-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch"
},
"product_reference": "rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-webrick-0:1.8.1-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src"
},
"product_reference": "rubygem-webrick-0:1.8.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-websocket-driver-0:0.7.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src"
},
"product_reference": "rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64"
},
"product_reference": "rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64"
},
"product_reference": "rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64"
},
"product_reference": "rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch"
},
"product_reference": "rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-xmlrpc-0:0.3.2-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src"
},
"product_reference": "rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch"
},
"product_reference": "rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-zeitwerk-0:2.6.8-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src"
},
"product_reference": "rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saslwrapper-0:0.22-6.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src"
},
"product_reference": "saslwrapper-0:0.22-6.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saslwrapper-0:0.22-6.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64"
},
"product_reference": "saslwrapper-0:0.22-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64"
},
"product_reference": "saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saslwrapper-debugsource-0:0.22-6.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64"
},
"product_reference": "saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.14.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch"
},
"product_reference": "satellite-0:6.14.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.14.0-3.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src"
},
"product_reference": "satellite-0:6.14.0-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.14.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.14.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.14.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.14.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.14.0-3.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.14.0-3.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-installer-0:6.14.0.5-1.el8sat.noarch as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch"
},
"product_reference": "satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-installer-0:6.14.0.5-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src"
},
"product_reference": "satellite-installer-0:6.14.0.5-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"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.14 for RHEL 8",
"product_id": "8Base-satellite-6.14: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.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src"
},
"product_reference": "yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64 as a component of Red Hat Satellite 6.14 for RHEL 8",
"product_id": "8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
},
"product_reference": "yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.14"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Beni Paskin Cherniavsky"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2022-0759",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2022-02-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2058404"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in kubeclient, the Ruby client for Kubernetes REST API, in the way it parsed kubeconfig files. When the kubeconfig file does not configure custom CA to verify certs, kubeclient ends up accepting any certificate (it wrongly returns VERIFY_NONE). Ruby applications that leverage kubeclient to parse kubeconfig files are susceptible to Man-in-the-middle attacks (MITM).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubeclient: kubeconfig parsing error can lead to MITM attacks",
"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.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0759"
},
{
"category": "external",
"summary": "RHBZ#2058404",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2058404"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0759"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0759",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0759"
}
],
"release_date": "2022-03-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T14:26:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.14/html/upgrading_red_hat_satellite_to_6.14/index",
"product_ids": [
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 0.0,
"baseSeverity": "NONE",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kubeclient: kubeconfig parsing error can lead to MITM attacks"
},
{
"acknowledgments": [
{
"names": [
"Elison Niven"
],
"organization": "Sophos",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-1292",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"discovery_date": "2022-05-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2081494"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. The `c_rehash` script does not properly sanitize shell meta-characters to prevent command injection. Some operating systems distribute this script in a manner where it is automatically executed. This flaw allows an attacker to execute arbitrary commands with the privileges of the script on these operating systems.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: c_rehash script allows command injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux uses a system-wide store of trusted certificates bundled in a single file and updated via `update-ca-trust`. The `c_rehash` script is not included in the default installation on any supported RHEL version, and is never executed automatically. For these reasons, this flaw has been rated as having a security impact of Moderate.\n\nRed Hat Enterprise Linux 7 provides a vulnerable version of the `c_rehash` script in the `openssl-perl` package, available only through the unsupported Optional repository. As the Optional repository is not supported and Red Hat Enterprise Linux 7 is in Maintenance Support 2 Phase, this issue is not planned to be addressed there.\n\nRed Hat Satellite ships an affected version of the `c_rehash` script embedded in `puppet-agent` package, however, the product is not vulnerable since it does not execute scripts with untrusted data. Moreover, the scriplet is owned by root user and is supposed to be accessed only by administrators.\n\nRed Hat updates the OpenSSL compatibility packages (compat-openssl) to only address Important or Critical security issues with backported security patches.",
"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.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1292"
},
{
"category": "external",
"summary": "RHBZ#2081494",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2081494"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1292",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1292"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20220503.txt",
"url": "https://www.openssl.org/news/secadv/20220503.txt"
}
],
"release_date": "2022-05-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T14:26:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.14/html/upgrading_red_hat_satellite_to_6.14/index",
"product_ids": [
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
},
{
"category": "workaround",
"details": "As mentioned in the upstream security advisory, use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool.",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: c_rehash script allows command injection"
},
{
"acknowledgments": [
{
"names": [
"Chancen"
],
"organization": "Qingteng 73lab",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-2068",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"discovery_date": "2022-06-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2097310"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. The issue in CVE-2022-1292 did not find other places in the `c_rehash` script where it possibly passed the file names of certificates being hashed to a command executed through the shell. Some operating systems distribute this script in a manner where it is automatically executed. On these operating systems, this flaw allows an attacker to execute arbitrary commands with the privileges of the script.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: the c_rehash script allows command injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux uses a system-wide store of trusted certificates bundled in a single file and updated via `update-ca-trust`. The `c_rehash` script is not included in the default installation on any supported RHEL version and is never executed automatically. For these reasons, this flaw has been rated as having a security impact of Moderate.\n\nRed Hat Enterprise Linux 7 provides a vulnerable version of the `c_rehash` script in the `openssl-perl` package, available only through the unsupported Optional repository. As the Optional repository is not supported and Red Hat Enterprise Linux 7 is in Maintenance Support 2 Phase, this issue is not planned to be addressed there.\n\nRed Hat Satellite ships an affected version of the `c_rehash` script embedded in `puppet-agent` package, however, the product is not vulnerable since it does not execute scripts with untrusted data. Moreover, the scriplet is owned by root user and is supposed to be accessed only by administrators.\n\nRed Hat updates the OpenSSL compatibility packages (compat-openssl) to only address Important or Critical security issues with backported security patches.",
"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.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2068"
},
{
"category": "external",
"summary": "RHBZ#2097310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097310"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2068",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2068"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20220621.txt",
"url": "https://www.openssl.org/news/secadv/20220621.txt"
}
],
"release_date": "2022-06-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T14:26:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.14/html/upgrading_red_hat_satellite_to_6.14/index",
"product_ids": [
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
},
{
"category": "workaround",
"details": "As mentioned in the upstream security advisory, use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command-line tool.",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: the c_rehash script allows command injection"
},
{
"cve": "CVE-2022-3644",
"cwe": {
"id": "CWE-256",
"name": "Plaintext Storage of a Password"
},
"discovery_date": "2022-10-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2131990"
}
],
"notes": [
{
"category": "description",
"text": "A flaw exists in the collection remote for pulp_ansible, where tokens are stored in plaintext instead of using pulp\u0027s encrypted field. This flaw allows an attacker with sufficient privileges to read the stored tokens, resulting in the loss of confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pulp: Tokens stored in plaintext",
"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.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3644"
},
{
"category": "external",
"summary": "RHBZ#2131990",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131990"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3644",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3644"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3644",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3644"
}
],
"release_date": "2022-10-04T12:25:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T14:26:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.14/html/upgrading_red_hat_satellite_to_6.14/index",
"product_ids": [
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Pulp: Tokens stored in plaintext"
},
{
"acknowledgments": [
{
"names": [
"Evgeni Golov"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
},
{
"names": [
"Andrew Danau"
],
"organization": "Onsec.io"
}
],
"cve": "CVE-2022-3874",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2022-11-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2140577"
}
],
"notes": [
{
"category": "description",
"text": "A command injection flaw was found in foreman. This flaw allows an authenticated user with admin privileges on the foreman instance to transpile commands through CoreOS and Fedora CoreOS configurations in templates, possibly resulting in arbitrary command execution on the underlying operating system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "foreman: OS command injection via ct_command and fcct_command",
"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.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3874"
},
{
"category": "external",
"summary": "RHBZ#2140577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140577"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3874",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3874"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3874",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3874"
}
],
"release_date": "2023-04-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T14:26:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.14/html/upgrading_red_hat_satellite_to_6.14/index",
"product_ids": [
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "foreman: OS command injection via ct_command and fcct_command"
},
{
"acknowledgments": [
{
"names": [
"Fernando Velazquez"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2022-4130",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2022-11-23T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2145254"
}
],
"notes": [
{
"category": "description",
"text": "A blind site-to-site request forgery vulnerability was found in Satellite server. It is possible to trigger an external interaction to an attacker\u0027s server by modifying the Referer header in an HTTP request of specific resources in the server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "satellite: Blind SSRF via Referer header",
"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.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-4130"
},
{
"category": "external",
"summary": "RHBZ#2145254",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145254"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-4130",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4130"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4130",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4130"
}
],
"release_date": "2023-01-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T14:26:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.14/html/upgrading_red_hat_satellite_to_6.14/index",
"product_ids": [
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.5,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "satellite: Blind SSRF via Referer header"
},
{
"cve": "CVE-2022-40899",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-12-23T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2165866"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in Python Charmers Future. This flaw allows an attacker to send a specially crafted Set-Cookie header in an HTTP request, resulting in a loss of system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-future: remote attackers can cause denial of service via crafted Set-Cookie header from malicious web server",
"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.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-40899"
},
{
"category": "external",
"summary": "RHBZ#2165866",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165866"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-40899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40899"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40899",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40899"
}
],
"release_date": "2022-12-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T14:26:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.14/html/upgrading_red_hat_satellite_to_6.14/index",
"product_ids": [
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
}
],
"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.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-future: remote attackers can cause denial of service via crafted Set-Cookie header from malicious web server"
},
{
"cve": "CVE-2022-41717",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-01-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2161274"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.",
"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.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41717"
},
{
"category": "external",
"summary": "RHBZ#2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717"
},
{
"category": "external",
"summary": "https://go.dev/cl/455635",
"url": "https://go.dev/cl/455635"
},
{
"category": "external",
"summary": "https://go.dev/cl/455717",
"url": "https://go.dev/cl/455717"
},
{
"category": "external",
"summary": "https://go.dev/issue/56350",
"url": "https://go.dev/issue/56350"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-1144",
"url": "https://pkg.go.dev/vuln/GO-2022-1144"
}
],
"release_date": "2022-11-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T14:26:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.14/html/upgrading_red_hat_satellite_to_6.14/index",
"product_ids": [
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
}
],
"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": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
},
{
"cve": "CVE-2022-44566",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-01-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164789"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the rubygem-activerecord. RubyGem\u0027s ActiveRecord is vulnerable to a denial of service caused by a flaw in the PostgreSQL adapter. By sending a specially-crafted request, a remote attacker can cause a slow sequential scan, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-activerecord: 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.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-44566"
},
{
"category": "external",
"summary": "RHBZ#2164789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164789"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-44566",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44566"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-44566",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-44566"
},
{
"category": "external",
"summary": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2022-44566.yml",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2022-44566.yml"
}
],
"release_date": "2023-01-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T14:26:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.14/html/upgrading_red_hat_satellite_to_6.14/index",
"product_ids": [
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rubygem-activerecord: Denial of Service"
},
{
"cve": "CVE-2022-44570",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2023-01-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164719"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in rubygem-rack. Rack is vulnerable to a denial of service caused by a regular expression denial of service (ReDoS) flaw in the Rack::Utils.get_byte_ranges function. By sending a specially-crafted regex input, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: denial of service in Content-Disposition parsing",
"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.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-44570"
},
{
"category": "external",
"summary": "RHBZ#2164719",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164719"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-44570",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44570"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-44570",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-44570"
},
{
"category": "external",
"summary": "https://github.com/rubysec/ruby-advisory-db/tree/master/gems/rack/CVE-2022-44570.yml",
"url": "https://github.com/rubysec/ruby-advisory-db/tree/master/gems/rack/CVE-2022-44570.yml"
}
],
"release_date": "2023-01-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T14:26:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.14/html/upgrading_red_hat_satellite_to_6.14/index",
"product_ids": [
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
}
],
"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.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rubygem-rack: denial of service in Content-Disposition parsing"
},
{
"cve": "CVE-2022-44571",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2023-01-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164714"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in rubygem-rack. Rack is vulnerable to a denial of service caused by a regular expression denial of service (ReDoS) flaw in the multipart parser. By sending a specially-crafted regex input, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: denial of service in Content-Disposition parsing",
"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.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-44571"
},
{
"category": "external",
"summary": "RHBZ#2164714",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164714"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-44571",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44571"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-44571",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-44571"
},
{
"category": "external",
"summary": "https://github.com/rubysec/ruby-advisory-db/tree/master/gems/rack/CVE-2022-44571.yml",
"url": "https://github.com/rubysec/ruby-advisory-db/tree/master/gems/rack/CVE-2022-44571.yml"
}
],
"release_date": "2023-01-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T14:26:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.14/html/upgrading_red_hat_satellite_to_6.14/index",
"product_ids": [
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
}
],
"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.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rubygem-rack: denial of service in Content-Disposition parsing"
},
{
"cve": "CVE-2022-44572",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2023-01-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164722"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in rubygem-rack. Rack is vulnerable to a denial of service caused by a regular expression denial of service (ReDoS) flaw in the multipart parsing component. By sending a specially-crafted input, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rubygem-rack: denial of service in Content-Disposition parsing",
"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.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-44572"
},
{
"category": "external",
"summary": "RHBZ#2164722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164722"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-44572",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44572"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-44572",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-44572"
},
{
"category": "external",
"summary": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2022-44572.yml",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2022-44572.yml"
}
],
"release_date": "2023-01-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T14:26:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.14/html/upgrading_red_hat_satellite_to_6.14/index",
"product_ids": [
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
}
],
"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.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rubygem-rack: denial of service in Content-Disposition parsing"
},
{
"cve": "CVE-2022-46648",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-01-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2169385"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the ruby-git package, which allows a remote authenticated attacker to execute arbitrary code on the system, caused by a code injection flaw. An attacker can execute arbitrary code on the system by using a specially-crafted filename in the repository.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ruby-git: code injection vulnerability",
"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.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-46648"
},
{
"category": "external",
"summary": "RHBZ#2169385",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169385"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-46648",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46648"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-46648",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-46648"
},
{
"category": "external",
"summary": "https://jvn.jp/en/jp/JVN16765254/",
"url": "https://jvn.jp/en/jp/JVN16765254/"
}
],
"release_date": "2023-01-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T14:26:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.14/html/upgrading_red_hat_satellite_to_6.14/index",
"product_ids": [
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ruby-git: code injection vulnerability"
},
{
"cve": "CVE-2022-47318",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-01-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2159672"
}
],
"notes": [
{
"category": "description",
"text": "A code injection flaw was found in the ruby-git package. This issue may allow a remote authenticated attacker to execute arbitrary code on the system by using a specially-crafted filename in the repository.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ruby-git: code injection vulnerability",
"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.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-47318"
},
{
"category": "external",
"summary": "RHBZ#2159672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159672"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-47318",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-47318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-47318"
},
{
"category": "external",
"summary": "https://jvn.jp/en/jp/JVN16765254/",
"url": "https://jvn.jp/en/jp/JVN16765254/"
}
],
"release_date": "2023-01-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T14:26:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.14/html/upgrading_red_hat_satellite_to_6.14/index",
"product_ids": [
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ruby-git: code injection vulnerability"
},
{
"acknowledgments": [
{
"names": [
"Andrew Danau"
],
"organization": "Onsec.io"
}
],
"cve": "CVE-2023-0118",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2022-12-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2159291"
}
],
"notes": [
{
"category": "description",
"text": "An arbitrary code execution flaw was found in Foreman. This flaw allows an admin user to bypass safe mode in templates and execute arbitrary code on the underlying operating system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Foreman: Arbitrary code execution through templates",
"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.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0118"
},
{
"category": "external",
"summary": "RHBZ#2159291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0118",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0118"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0118",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0118"
}
],
"release_date": "2023-03-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T14:26:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.14/html/upgrading_red_hat_satellite_to_6.14/index",
"product_ids": [
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Foreman: Arbitrary code execution through templates"
},
{
"acknowledgments": [
{
"names": [
"Dinko Dimitrov"
],
"organization": "Onsec.io"
}
],
"cve": "CVE-2023-0119",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2022-12-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2159104"
}
],
"notes": [
{
"category": "description",
"text": "A stored Cross-site scripting vulnerability was found in foreman. The Comment section in the Hosts tab has incorrect filtering of user input data. As a result of the attack, an attacker with an existing account on the system can steal another user\u0027s session, make requests on behalf of the user, and obtain user credentials.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Foreman: Stored cross-site scripting in host tab",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue does not affect Satellite versions 6.12 and below.",
"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.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0119"
},
{
"category": "external",
"summary": "RHBZ#2159104",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159104"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0119",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0119"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0119",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0119"
},
{
"category": "external",
"summary": "https://projects.theforeman.org/issues/35977",
"url": "https://projects.theforeman.org/issues/35977"
}
],
"release_date": "2023-03-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T14:26:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.14/html/upgrading_red_hat_satellite_to_6.14/index",
"product_ids": [
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6818"
}
],
"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": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Foreman: Stored cross-site scripting in host tab"
},
{
"cve": "CVE-2023-1894",
"discovery_date": "2023-05-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-rails-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sshkey-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-stomp-0:1.4.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-thor-0:1.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-timeliness-0:0.3.10-2.el8sat.src",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-trailblazer-option-0:0.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-tzinfo-0:2.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-uber-0:0.1.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-validates_lengths_from_database-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webpack-rails-0:0.9.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-websocket-driver-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debuginfo-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-driver-debugsource-0:0.7.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-websocket-extensions-0:0.1.5-2.el8sat.src",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-will_paginate-0:3.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-zeitwerk-0:2.6.8-1.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.src",
"8Base-satellite-6.14:yggdrasil-worker-forwarder-0:0.0.3-1.el8sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2193088"
}
],
"notes": [
{
"category": "description",
"text": "A Regular expression Denial of Service (ReDoS) issue was found in the Puppet Server 7.9.2 certificate validation. An issue related to specifically crafted certificate names significantly slowed down server operations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "puppet: Puppet Server ReDoS",
"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.14-capsule:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetserver-0:7.11.0-1.el8sat.src",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetserver-0:7.11.0-1.el8sat.src"
],
"known_not_affected": [
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14-capsule:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14-capsule:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14-capsule:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14-capsule:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14-capsule:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14-capsule:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14-capsule:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14-capsule:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14-capsule:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14-capsule:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14-capsule:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14-capsule:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14-capsule:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14-capsule:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14-capsule:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14-capsule:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14-capsule:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14-capsule:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14-capsule:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14-capsule:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14-capsule:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14-capsule:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14-capsule:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14-capsule:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debuginfo-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-sqlite3-debugsource-0:1.4.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-statsd-instrument-0:2.9.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-tilt-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-webrick-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:rubygem-xmlrpc-0:0.3.2-1.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.src",
"8Base-satellite-6.14-capsule:saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:saslwrapper-debugsource-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-installer-0:6.14.0.5-1.el8sat.src",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-capsule:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-clone-0:3.5.0-1.el8sat.src",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.noarch",
"8Base-satellite-6.14-maintenance:satellite-maintain-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14-utils:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14-utils:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14-utils:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unf-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unf_ext-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debuginfo-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unf_ext-debugsource-0:0.0.8.2-1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-unicode-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debuginfo-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-debugsource-0:0.4.4.4-4.1.el8sat.x86_64",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-unicode-display_width-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14-utils:rubygem-version_gem-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-0:6.14.0-3.el8sat.src",
"8Base-satellite-6.14-utils:satellite-capsule-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-cli-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14-utils:satellite-common-0:6.14.0-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite-0:3.14.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:ansible-collection-redhat-satellite_operations-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.noarch",
"8Base-satellite-6.14:ansible-lint-0:5.0.8-4.el8pc.src",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:ansible-runner-0:2.2.1-3.el8sat.src",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-foreman_scap_client-0:0.2.0-2.el8sat.src",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.noarch",
"8Base-satellite-6.14:ansiblerole-insights-client-0:1.7.1-2.el8sat.src",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:candlepin-0:4.3.1-1.el8sat.src",
"8Base-satellite-6.14:candlepin-selinux-0:4.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.src",
"8Base-satellite-6.14:cjson-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debuginfo-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:cjson-debugsource-0:1.7.14-5.el8sat.x86_64",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.src",
"8Base-satellite-6.14:createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-debugsource-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:createrepo_c-libs-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.src",
"8Base-satellite-6.14:dynflow-utils-0:1.6.3-1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-0:3.7.0.9-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-bootloaders-redhat-0:202102220000-1.el8sat.src",
"8Base-satellite-6.14:foreman-bootloaders-redhat-tftpboot-0:202102220000-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-cli-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-debug-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.noarch",
"8Base-satellite-6.14:foreman-discovery-image-1:4.1.0-10.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.src",
"8Base-satellite-6.14:foreman-discovery-image-service-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-discovery-image-service-tui-0:1.0.0-4.1.el8sat.x86_64",
"8Base-satellite-6.14:foreman-dynflow-sidekiq-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ec2-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-installer-1:3.7.0.4-1.el8sat.src",
"8Base-satellite-6.14:foreman-installer-katello-1:3.7.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-journald-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-libvirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-obsolete-packages-0:1.5-1.el8sat.src",
"8Base-satellite-6.14:foreman-openstack-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-ovirt-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-postgresql-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-proxy-content-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-proxy-journald-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-redis-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-selinux-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:foreman-service-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-telemetry-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:foreman-vmware-0:3.7.0.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-0:4.9.0-1.el8sat.src",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:katello-certs-tools-0:2.9.0-2.el8sat.src",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.noarch",
"8Base-satellite-6.14:katello-client-bootstrap-0:1.7.9-1.el8sat.src",
"8Base-satellite-6.14:katello-common-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-debug-0:4.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:katello-selinux-0:5.0.2-1.el8sat.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.src",
"8Base-satellite-6.14:libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libcomps-debugsource-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:libdb-cxx-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-cxx-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-debugsource-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-java-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-sql-devel-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-tcl-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libdb-utils-debuginfo-0:5.3.28-42.el8_4.x86_64",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.src",
"8Base-satellite-6.14:libsodium-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debuginfo-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsodium-debugsource-0:1.0.17-3.el8sat.x86_64",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.src",
"8Base-satellite-6.14:libsolv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-debugsource-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-demo-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libsolv-tools-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.src",
"8Base-satellite-6.14:libwebsockets-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-debugsource-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:libwebsockets-tests-debuginfo-0:2.4.2-2.el8.x86_64",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.src",
"8Base-satellite-6.14:mosquitto-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debuginfo-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:mosquitto-debugsource-0:2.0.14-1.el8sat.x86_64",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.src",
"8Base-satellite-6.14:postgresql-evr-0:0.0.2-1.el8sat.x86_64",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:pulpcore-selinux-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.src",
"8Base-satellite-6.14:puppet-agent-0:7.26.0-3.el8sat.x86_64",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-agent-oauth-0:0.5.10-1.el8sat.src",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppet-foreman_scap_client-0:0.4.0-1.el8sat.src",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:puppetlabs-stdlib-0:5.2.0-1.el8sat.src",
"8Base-satellite-6.14:python-aiodns-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-aiofiles-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-0:3.8.3-2.el8pc.src",
"8Base-satellite-6.14:python-aiohttp-debugsource-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-aiohttp-xmlrpc-0:1.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-aioredis-0:2.0.1-2.el8pc.src",
"8Base-satellite-6.14:python-aiosignal-0:1.3.1-1.el8pc.src",
"8Base-satellite-6.14:python-ansible-builder-0:1.0.1-4.el8pc.src",
"8Base-satellite-6.14:python-asgiref-0:3.6.0-1.el8pc.src",
"8Base-satellite-6.14:python-async-lru-0:1.0.3-1.el8pc.src",
"8Base-satellite-6.14:python-async-timeout-0:4.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-asyncio-throttle-0:1.0.2-3.el8pc.src",
"8Base-satellite-6.14:python-attrs-0:21.4.0-2.el8pc.src",
"8Base-satellite-6.14:python-backoff-0:2.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-bindep-0:2.11.0-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-0:3.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-bleach-allowlist-0:1.0.3-3.el8pc.src",
"8Base-satellite-6.14:python-bracex-0:2.2.1-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-0:1.0.9-2.el8pc.src",
"8Base-satellite-6.14:python-brotli-debugsource-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python-cchardet-0:2.1.7-4.el8pc.src",
"8Base-satellite-6.14:python-cchardet-debugsource-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python-certifi-0:2022.12.7-1.1.el8pc.src",
"8Base-satellite-6.14:python-cffi-0:1.15.1-1.el8pc.src",
"8Base-satellite-6.14:python-cffi-debugsource-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-chardet-0:5.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-charset-normalizer-0:2.1.1-1.el8pc.src",
"8Base-satellite-6.14:python-click-0:8.1.3-1.el8pc.src",
"8Base-satellite-6.14:python-click-shell-0:2.1-3.el8pc.src",
"8Base-satellite-6.14:python-colorama-0:0.4.4-3.el8pc.src",
"8Base-satellite-6.14:python-commonmark-0:0.9.1-5.el8pc.src",
"8Base-satellite-6.14:python-contextlib2-0:21.6.0-3.el8pc.src",
"8Base-satellite-6.14:python-cryptography-0:38.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-cryptography-debugsource-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-daemon-0:2.3.1-1.1.el8sat.src",
"8Base-satellite-6.14:python-dataclasses-0:0.8-3.el8pc.src",
"8Base-satellite-6.14:python-dateutil-0:2.8.2-2.el8pc.src",
"8Base-satellite-6.14:python-debian-0:0.1.44-3.el8pc.src",
"8Base-satellite-6.14:python-defusedxml-0:0.7.1-3.el8pc.src",
"8Base-satellite-6.14:python-deprecated-0:1.2.13-1.el8pc.src",
"8Base-satellite-6.14:python-diff-match-patch-0:20200713-3.el8pc.src",
"8Base-satellite-6.14:python-distro-0:1.7.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-0:3.2.21-1.el8pc.src",
"8Base-satellite-6.14:python-django-currentuser-0:0.5.3-5.el8pc.src",
"8Base-satellite-6.14:python-django-filter-0:22.1-2.el8pc.src",
"8Base-satellite-6.14:python-django-guid-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-import-export-0:3.0.2-1.el8pc.src",
"8Base-satellite-6.14:python-django-lifecycle-0:1.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-django-readonly-field-0:1.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-0:3.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-djangorestframework-queryfields-0:1.0.0-5.el8pc.src",
"8Base-satellite-6.14:python-docutils-0:0.19-1.1.el8sat.src",
"8Base-satellite-6.14:python-drf-access-policy-0:1.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-drf-nested-routers-0:0.93.4-3.el8pc.src",
"8Base-satellite-6.14:python-drf-spectacular-0:0.25.0-1.el8pc.src",
"8Base-satellite-6.14:python-dynaconf-0:3.1.11-1.el8pc.src",
"8Base-satellite-6.14:python-ecdsa-0:0.18.0-1.el8pc.src",
"8Base-satellite-6.14:python-enrich-0:1.2.6-5.el8pc.src",
"8Base-satellite-6.14:python-et-xmlfile-0:1.1.0-2.el8pc.src",
"8Base-satellite-6.14:python-flake8-0:3.9.2-5.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-0:1.3.3-1.el8pc.src",
"8Base-satellite-6.14:python-frozenlist-debugsource-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python-future-0:0.18.3-1.el8pc.src",
"8Base-satellite-6.14:python-galaxy-importer-0:0.4.6-1.el8pc.src",
"8Base-satellite-6.14:python-gitdb-0:4.0.10-1.el8pc.src",
"8Base-satellite-6.14:python-gitpython-0:3.1.32-1.el8pc.src",
"8Base-satellite-6.14:python-gnupg-0:0.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-gunicorn-0:20.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-idna-0:3.3-2.el8pc.src",
"8Base-satellite-6.14:python-idna-ssl-0:1.1.0-5.el8pc.src",
"8Base-satellite-6.14:python-importlib-metadata-0:4.10.1-2.el8pc.src",
"8Base-satellite-6.14:python-inflection-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-iniparse-0:0.4-35.el8pc.src",
"8Base-satellite-6.14:python-jinja2-0:3.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-jsonschema-0:4.9.1-1.el8pc.src",
"8Base-satellite-6.14:python-lockfile-0:0.12.2-1.el8sat.src",
"8Base-satellite-6.14:python-lxml-0:4.9.2-1.el8pc.src",
"8Base-satellite-6.14:python-lxml-debugsource-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-markdown-0:3.4.1-1.el8pc.src",
"8Base-satellite-6.14:python-markuppy-0:1.14-3.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-0:2.1.2-1.el8pc.src",
"8Base-satellite-6.14:python-markupsafe-debugsource-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-mccabe-0:0.6.1-3.el8pc.src",
"8Base-satellite-6.14:python-multidict-0:6.0.4-1.el8pc.src",
"8Base-satellite-6.14:python-multidict-debugsource-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python-naya-0:1.1.1-3.el8pc.src",
"8Base-satellite-6.14:python-odfpy-0:1.4.1-6.el8pc.src",
"8Base-satellite-6.14:python-openpyxl-0:3.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-packaging-0:21.3-1.el8pc.src",
"8Base-satellite-6.14:python-parsley-0:1.3-2.el8pc.src",
"8Base-satellite-6.14:python-pbr-0:5.8.0-4.el8pc.src",
"8Base-satellite-6.14:python-pexpect-0:4.8.0-2.el8sat.src",
"8Base-satellite-6.14:python-productmd-0:1.33-3.el8pc.src",
"8Base-satellite-6.14:python-protobuf-0:4.21.6-1.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-0:2.9.3-2.el8pc.src",
"8Base-satellite-6.14:python-psycopg2-debugsource-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python-ptyprocess-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:python-pulp-ansible-1:0.16.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-certguard-0:1.5.6-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-cli-0:0.14.0-4.el8pc.src",
"8Base-satellite-6.14:python-pulp-container-0:2.14.7-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-deb-0:2.20.2-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-file-0:1.12.0-1.el8pc.src",
"8Base-satellite-6.14:python-pulp-rpm-0:3.19.9-1.el8pc.src",
"8Base-satellite-6.14:python-pulp_manifest-0:3.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-pulpcore-0:3.22.15-2.el8pc.src",
"8Base-satellite-6.14:python-pyOpenSSL-0:22.1.0-1.el8pc.src",
"8Base-satellite-6.14:python-pycares-0:4.1.2-2.el8pc.src",
"8Base-satellite-6.14:python-pycares-debugsource-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pycodestyle-0:2.7.0-5.el8pc.src",
"8Base-satellite-6.14:python-pycparser-0:2.21-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-0:3.14.1-2.el8pc.src",
"8Base-satellite-6.14:python-pycryptodomex-debugsource-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pyflakes-0:2.3.1-5.el8pc.src",
"8Base-satellite-6.14:python-pygments-0:2.14.0-1.el8pc.src",
"8Base-satellite-6.14:python-pygtrie-0:2.5.0-1.el8pc.src",
"8Base-satellite-6.14:python-pyjwkest-0:1.4.2-6.el8pc.src",
"8Base-satellite-6.14:python-pyjwt-0:2.5.0-2.el8pc.src",
"8Base-satellite-6.14:python-pyparsing-0:2.4.7-3.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-0:0.18.1-2.el8pc.src",
"8Base-satellite-6.14:python-pyrsistent-debugsource-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python-pytz-0:2022.2.1-1.el8pc.src",
"8Base-satellite-6.14:python-pyyaml-0:5.4.1-4.el8pc.src",
"8Base-satellite-6.14:python-qpid-0:1.37.0-1.el8.src",
"8Base-satellite-6.14:python-redis-0:4.3.4-1.el8pc.src",
"8Base-satellite-6.14:python-requests-0:2.31.0-1.el8pc.src",
"8Base-satellite-6.14:python-requirements-parser-0:0.2.0-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-0:1.19.2-3.el8pc.src",
"8Base-satellite-6.14:python-rhsm-debugsource-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python-rich-0:13.3.1-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-0:0.17.21-2.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-0:0.2.7-1.el8pc.src",
"8Base-satellite-6.14:python-ruamel-yaml-clib-debugsource-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python-schema-0:0.7.5-2.el8pc.src",
"8Base-satellite-6.14:python-semantic-version-0:2.10.0-1.el8pc.src",
"8Base-satellite-6.14:python-six-0:1.16.0-2.el8pc.src",
"8Base-satellite-6.14:python-smmap-0:5.0.0-2.el8pc.src",
"8Base-satellite-6.14:python-sqlparse-0:0.4.4-1.el8pc.src",
"8Base-satellite-6.14:python-tablib-0:3.3.0-1.el8pc.src",
"8Base-satellite-6.14:python-tenacity-0:7.0.0-3.el8pc.src",
"8Base-satellite-6.14:python-toml-0:0.10.2-3.el8pc.src",
"8Base-satellite-6.14:python-types-cryptography-0:3.3.23.2-1.el8pc.src",
"8Base-satellite-6.14:python-typing-extensions-0:3.10.0.2-2.el8pc.src",
"8Base-satellite-6.14:python-uritemplate-0:4.1.1-2.el8pc.src",
"8Base-satellite-6.14:python-url-normalize-0:1.4.3-4.el8pc.src",
"8Base-satellite-6.14:python-urllib3-0:1.26.8-2.el8pc.src",
"8Base-satellite-6.14:python-urlman-0:2.0.1-1.el8pc.src",
"8Base-satellite-6.14:python-wcmatch-0:8.3-2.el8pc.src",
"8Base-satellite-6.14:python-webencodings-0:0.5.1-3.el8pc.src",
"8Base-satellite-6.14:python-websockify-0:0.10.0-3.el8sat.src",
"8Base-satellite-6.14:python-whitenoise-0:6.0.0-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-0:1.14.1-1.el8pc.src",
"8Base-satellite-6.14:python-wrapt-debugsource-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python-xlrd-0:2.0.1-5.el8pc.src",
"8Base-satellite-6.14:python-xlwt-0:1.3.0-3.el8pc.src",
"8Base-satellite-6.14:python-yarl-0:1.8.2-1.el8pc.src",
"8Base-satellite-6.14:python-yarl-debugsource-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python-zipp-0:3.4.0-4.el8pc.src",
"8Base-satellite-6.14:python2-qpid-0:1.37.0-1.el8.noarch",
"8Base-satellite-6.14:python2-qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python2-saslwrapper-debuginfo-0:0.22-6.el8sat.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:python3-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python3-websockify-0:0.10.0-3.el8sat.noarch",
"8Base-satellite-6.14:python39-aiodns-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-aiofiles-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-aiohttp-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-debuginfo-0:3.8.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-aiohttp-xmlrpc-0:1.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aioredis-0:2.0.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-aiosignal-0:1.3.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-builder-0:1.0.1-4.el8pc.noarch",
"8Base-satellite-6.14:python39-ansible-runner-0:2.2.1-3.el8sat.noarch",
"8Base-satellite-6.14:python39-asgiref-0:3.6.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-lru-0:1.0.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-async-timeout-0:4.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-asyncio-throttle-0:1.0.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-attrs-0:21.4.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-backoff-0:2.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-bindep-0:2.11.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-0:3.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-bleach-allowlist-0:1.0.3-3.el8pc.noarch",
"8Base-satellite-6.14:python39-bracex-0:2.2.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-brotli-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-brotli-debuginfo-0:1.0.9-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-cchardet-debuginfo-0:2.1.7-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-certifi-0:2022.12.7-1.1.el8pc.noarch",
"8Base-satellite-6.14:python39-cffi-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cffi-debuginfo-0:1.15.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-chardet-0:5.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-charset-normalizer-0:2.1.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-0:8.1.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-click-shell-0:2.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-colorama-0:0.4.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-commonmark-0:0.9.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-contextlib2-0:21.6.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-createrepo_c-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-createrepo_c-debuginfo-0:0.20.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-cryptography-debuginfo-0:38.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-daemon-0:2.3.1-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-dataclasses-0:0.8-3.el8pc.noarch",
"8Base-satellite-6.14:python39-dateutil-0:2.8.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-debian-0:0.1.44-3.el8pc.noarch",
"8Base-satellite-6.14:python39-defusedxml-0:0.7.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-deprecated-0:1.2.13-1.el8pc.noarch",
"8Base-satellite-6.14:python39-diff-match-patch-0:20200713-3.el8pc.noarch",
"8Base-satellite-6.14:python39-distro-0:1.7.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-0:3.2.21-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-currentuser-0:0.5.3-5.el8pc.noarch",
"8Base-satellite-6.14:python39-django-filter-0:22.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-django-guid-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-import-export-0:3.0.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-lifecycle-0:1.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-django-readonly-field-0:1.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-0:3.14.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-djangorestframework-queryfields-0:1.0.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-docutils-0:0.19-1.1.el8sat.noarch",
"8Base-satellite-6.14:python39-drf-access-policy-0:1.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-nested-routers-0:0.93.4-3.el8pc.noarch",
"8Base-satellite-6.14:python39-drf-spectacular-0:0.25.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-dynaconf-0:3.1.11-1.el8pc.noarch",
"8Base-satellite-6.14:python39-ecdsa-0:0.18.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-enrich-0:1.2.6-5.el8pc.noarch",
"8Base-satellite-6.14:python39-et-xmlfile-0:1.1.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-flake8-0:3.9.2-5.el8pc.noarch",
"8Base-satellite-6.14:python39-frozenlist-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-frozenlist-debuginfo-0:1.3.3-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-future-0:0.18.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-galaxy-importer-0:0.4.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitdb-0:4.0.10-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gitpython-0:3.1.32-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gnupg-0:0.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-gunicorn-0:20.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-0:3.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-idna-ssl-0:1.1.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-importlib-metadata-0:4.10.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-inflection-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-iniparse-0:0.4-35.el8pc.noarch",
"8Base-satellite-6.14:python39-jinja2-0:3.1.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-jsonschema-0:4.9.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-libcomps-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-libcomps-debuginfo-0:0.1.18-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-lockfile-0:0.12.2-1.el8sat.noarch",
"8Base-satellite-6.14:python39-lxml-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-lxml-debuginfo-0:4.9.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markdown-0:3.4.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-markuppy-0:1.14-3.el8pc.noarch",
"8Base-satellite-6.14:python39-markupsafe-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-markupsafe-debuginfo-0:2.1.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-mccabe-0:0.6.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-multidict-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-multidict-debuginfo-0:6.0.4-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-naya-0:1.1.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-odfpy-0:1.4.1-6.el8pc.noarch",
"8Base-satellite-6.14:python39-openpyxl-0:3.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-packaging-0:21.3-1.el8pc.noarch",
"8Base-satellite-6.14:python39-parsley-0:1.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pbr-0:5.8.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pexpect-0:4.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:python39-productmd-0:1.33-3.el8pc.noarch",
"8Base-satellite-6.14:python39-protobuf-0:4.21.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-psycopg2-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-psycopg2-debuginfo-0:2.9.3-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-ptyprocess-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:python39-pulp-ansible-1:0.16.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-certguard-0:1.5.6-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-cli-0:0.14.0-4.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-container-0:2.14.7-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-deb-0:2.20.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-file-0:1.12.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp-rpm-0:3.19.9-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pulp_manifest-0:3.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pulpcore-0:3.22.15-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyOpenSSL-0:22.1.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pycares-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycares-debuginfo-0:4.1.2-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycodestyle-0:2.7.0-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pycparser-0:2.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pycryptodomex-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pycryptodomex-debuginfo-0:3.14.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyflakes-0:2.3.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-pygments-0:2.14.0-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-pygtrie-0:2.5.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwkest-0:1.4.2-6.el8pc.noarch",
"8Base-satellite-6.14:python39-pyjwt-0:2.5.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-pyparsing-0:2.4.7-3.el8pc.noarch",
"8Base-satellite-6.14:python39-pyrsistent-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pyrsistent-debuginfo-0:0.18.1-2.el8pc.x86_64",
"8Base-satellite-6.14:python39-pytz-0:2022.2.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-pyyaml-0:5.4.1-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-redis-0:4.3.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requests-0:2.31.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-requirements-parser-0:0.2.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-rhsm-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rhsm-debuginfo-0:1.19.2-3.el8pc.x86_64",
"8Base-satellite-6.14:python39-rich-0:13.3.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-0:0.17.21-2.el8pc.noarch",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-ruamel-yaml-clib-debuginfo-0:0.2.7-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-schema-0:0.7.5-2.el8pc.noarch",
"8Base-satellite-6.14:python39-semantic-version-0:2.10.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-six-0:1.16.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-smmap-0:5.0.0-2.el8pc.noarch",
"8Base-satellite-6.14:python39-solv-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:python39-sqlparse-0:0.4.4-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tablib-0:3.3.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-tenacity-0:7.0.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-toml-0:0.10.2-3.el8pc.noarch",
"8Base-satellite-6.14:python39-types-cryptography-0:3.3.23.2-1.el8pc.noarch",
"8Base-satellite-6.14:python39-typing-extensions-0:3.10.0.2-2.el8pc.noarch",
"8Base-satellite-6.14:python39-uritemplate-0:4.1.1-2.el8pc.noarch",
"8Base-satellite-6.14:python39-url-normalize-0:1.4.3-4.el8pc.noarch",
"8Base-satellite-6.14:python39-urllib3-0:1.26.8-2.el8pc.noarch",
"8Base-satellite-6.14:python39-urlman-0:2.0.1-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wcmatch-0:8.3-2.el8pc.noarch",
"8Base-satellite-6.14:python39-webencodings-0:0.5.1-3.el8pc.noarch",
"8Base-satellite-6.14:python39-whitenoise-0:6.0.0-1.el8pc.noarch",
"8Base-satellite-6.14:python39-wrapt-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-wrapt-debuginfo-0:1.14.1-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-xlrd-0:2.0.1-5.el8pc.noarch",
"8Base-satellite-6.14:python39-xlwt-0:1.3.0-3.el8pc.noarch",
"8Base-satellite-6.14:python39-yarl-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-yarl-debuginfo-0:1.8.2-1.el8pc.x86_64",
"8Base-satellite-6.14:python39-zipp-0:3.4.0-4.el8pc.noarch",
"8Base-satellite-6.14:qpid-cpp-0:1.39.0-7.el8amq.src",
"8Base-satellite-6.14:qpid-cpp-client-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-devel-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-client-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-debugsource-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-ha-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-linearstore-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-cpp-server-rdma-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-dispatch-0:1.14.0-6.el8.src",
"8Base-satellite-6.14:qpid-dispatch-debugsource-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-router-debuginfo-0:1.14.0-6.el8.x86_64",
"8Base-satellite-6.14:qpid-dispatch-tools-0:1.14.0-6.el8.noarch",
"8Base-satellite-6.14:qpid-proton-0:0.33.0-4.el8.src",
"8Base-satellite-6.14:qpid-proton-c-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-c-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-cpp-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-proton-debugsource-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:qpid-qmf-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-qmf-debuginfo-0:1.39.0-7.el8amq.x86_64",
"8Base-satellite-6.14:qpid-tools-0:1.39.0-7.el8amq.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:redhat-access-insights-puppet-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:ruby-solv-debuginfo-0:0.7.22-4.el8pc.x86_64",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actioncable-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailbox-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionmailer-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionpack-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actiontext-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-actionview-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activejob-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activemodel-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-import-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activerecord-session_store-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activestorage-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-activesupport-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-acts_as_list-0:1.0.3-2.el8sat.src",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-addressable-0:2.8.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-algebrick-0:0.7.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-amazing_print-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ancestry-0:4.3.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.noarch",
"8Base-satellite-6.14:rubygem-anemone-0:0.7.2-23.el8sat.src",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-angular-rails-templates-1:1.1.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ansi-0:1.5.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-bindings-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-dsl-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-params-0:0.0.5-5.1.el8sat.src",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-apipie-rails-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-audited-0:5.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_compute-0:0.22.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_network-0:0.26.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_resources-0:0.18.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_storage-0:0.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-azure_mgmt_subscriptions-0:0.18.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.src",
"8Base-satellite-6.14:rubygem-bcrypt-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debuginfo-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-bcrypt-debugsource-0:3.1.18-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-builder-0:3.2.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-bundler_ext-0:0.4.1-6.el8sat.src",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-clamp-0:1.3.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-rails-0:5.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-0:2.4.1-5.el8sat.src",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-coffee-script-source-0:1.12.2-5.el8sat.src",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-colorize-0:0.8.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-1:1.1.10-1.el8sat.src",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-concurrent-ruby-edge-1:0.6.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-connection_pool-0:2.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-crass-0:1.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-css_parser-0:1.14.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-daemons-0:1.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deacon-0:1.0.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-declarative-0:0.0.20-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deep_cloneable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-deface-0:1.5.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-diffy-0:3.4.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-domain_name-0:0.5.20190701-1.el8sat.src",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-dynflow-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-erubi-0:1.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-et-orbi-0:1.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-excon-0:0.99.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-execjs-0:2.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-facter-0:4.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-0:1.10.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-cookie_jar-0:0.0.6-2.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_http-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-em_synchrony-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-excon-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-httpclient-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-multipart-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-net_http_persistent-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-patron-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-rack-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday-retry-0:1.0.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-faraday_middleware-0:1.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fast_gettext-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ffi-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debuginfo-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ffi-debugsource-0:1.15.5-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-aws-0:3.19.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-core-0:2.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-json-0:1.2.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-kubevirt-0:1.3.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-libvirt-0:0.11.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-openstack-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-ovirt-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-vsphere-0:3.6.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fog-xml-0:0.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman-tasks-0:8.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_ansible-0:12.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_azure_rm-0:2.2.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_bootdisk-0:21.0.4-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_discovery-0:22.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_google-0:1.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_hooks-0:0.3.17-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_kubevirt-0:0.1.9-4.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_leapp-0:0.1.14-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_maintain-1:1.3.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_openscap-0:7.0.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_puppet-0:6.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-0:10.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_remote_execution-cockpit-0:10.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_rh_cloud-0:8.0.51-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_scap_client-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_templates-0:9.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_theme_satellite-0:12.0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_virt_who_configure-0:0.5.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-foreman_webhooks-0:3.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-formatador-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-friendly_id-0:5.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fugit-0:1.8.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-fx-0:0.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gapic-common-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-get_process_mem-0:0.2.7-2.1.el8sat.src",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gettext_i18n_rails-0:1.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-git-0:1.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gitlab-sidekiq-fetcher-0:0.9.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-globalid-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-compute_v1-0:0.54.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-apis-core-0:0.9.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-common-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-compute-v1-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-core-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-env-0:1.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-google-cloud-errors-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-google-protobuf-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debuginfo-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-google-protobuf-debugsource-0:3.21.6-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-0:1.3.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleapis-common-protos-types-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-googleauth-0:1.3.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-0:1.13.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-graphql-batch-0:0.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-grpc-0:1.49.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-gssapi-0:1.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli-0:3.7.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman-0:3.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_admin-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_ansible-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_azure_rm-0:0.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_bootdisk-0:0.3.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_discovery-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_google-0:1.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_kubevirt-0:0.1.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_leapp-0:0.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_openscap-0:0.1.13-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_puppet-0:0.0.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_remote_execution-0:0.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_tasks-0:0.0.19-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_templates-0:0.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_virt_who_configure-0:0.0.9-2.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_foreman_webhooks-0:0.0.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hammer_cli_katello-0:1.9.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hashie-0:5.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-highline-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-hocon-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-0:3.3.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-accept-0:1.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-cookie-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-http-form_data-0:2.1.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-http_parser.rb-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debuginfo-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-http_parser.rb-debugsource-0:0.6.0-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-httpclient-0:2.8.3-4.el8sat.src",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-i18n-0:1.13.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-infoblox-0:3.0.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jgrep-0:1.3.3-11.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-journald-logger-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.src",
"8Base-satellite-6.14:rubygem-journald-native-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debuginfo-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-journald-native-debugsource-0:1.0.12-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jsonpath-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-jwt-0:2.7.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo-0:7.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_parsers-0:1.2.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kafo_wizards-0:0.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-katello-0:4.9.0.16-1.el8sat.src",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-kubeclient-0:4.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ldap_fluff-0:0.6.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-little-plugger-0:1.1.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-locale-0:2.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-0:2.3.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-logging-journald-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-loofah-0:2.21.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mail-0:2.8.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-marcel-0:1.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-memoist-0:0.16.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-method_source-0:1.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-0:3.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mime-types-data-0:3.2023.0218.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mini_mime-0:1.1.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mqtt-0:0.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest-0:0.7.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ms_rest_azure-0:0.12.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-msgpack-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debuginfo-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-msgpack-debugsource-0:1.7.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multi_json-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-multipart-post-0:2.2.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-mustermann-0:2.0.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ldap-0:0.18.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ping-0:2.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-scp-0:4.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-0:7.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net-ssh-krb-0:0.4.0-4.el8sat.src",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-net_http_unix-0:0.2.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-netrc-0:0.11.0-6.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-newt-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debuginfo-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-newt-debugsource-0:0.9.7-3.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nio4r-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debuginfo-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nio4r-debugsource-0:2.5.9-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-nokogiri-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debuginfo-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-nokogiri-debugsource-0:1.15.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-0:1.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-oauth-tty-0:1.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap-0:0.4.9-9.el8sat.src",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-openscap_parser-0:1.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-optimist-0:3.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-os-0:1.1.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debuginfo-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt-engine-sdk-debugsource-0:4.4.1-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ovirt_provision_plugin-0:2.0.3-3.el8sat.src",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-parallel-0:1.23.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pg-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debuginfo-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-pg-debugsource-0:1.5.3-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-polyglot-0:0.3.5-3.1.el8sat.src",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-powerbar-0:2.0.1-3.el8sat.src",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-prometheus-client-0:4.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-promise.rb-0:0.7.4-3.el8sat.src",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-public_suffix-0:5.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ansible_client-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_certguard_client-0:1.6.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_container_client-0:2.14.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_deb_client-0:2.20.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_file_client-0:1.12.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_ostree_client-0:2.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_python_client-0:3.8.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulp_rpm_client-0:3.19.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-pulpcore_client-1:3.22.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-puma-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debuginfo-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-debugsource-0:6.2.2-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-puma-status-0:1.6-1.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.src",
"8Base-satellite-6.14:rubygem-qpid_proton-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-4.el8.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debuginfo-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-qpid_proton-debugsource-0:0.33.0-5.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-raabro-0:1.4.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rabl-0:0.16.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-0:2.2.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-cors-0:1.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-jsonp-0:1.3.1-10.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-protection-0:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rack-test-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-dom-testing-0:2.0.3-7.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-html-sanitizer-0:1.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rails-i18n-0:7.0.7-1.el8sat.src",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-railties-0:6.1.7.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rainbow-0:2.2.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rb-inotify-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbnacl-0:4.0.2-2.el8sat.src",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rbvmomi2-0:3.6.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rchardet-0:1.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-recursive-open-struct-0:1.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redfish_client-0:0.5.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-redis-0:4.5.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-representable-0:3.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-responders-0:3.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rest-client-0:2.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-retriable-0:3.1.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.src",
"8Base-satellite-6.14:rubygem-rkerberos-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debuginfo-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-rkerberos-debugsource-0:0.1.5-20.1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-0:5.1.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-roadie-rails-0:3.0.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.noarch",
"8Base-satellite-6.14:rubygem-robotex-0:1.0.0-22.el8sat.src",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rsec-0:0.4.3-5.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby-libvirt-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debuginfo-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby-libvirt-debugsource-0:0.8.0-1.el8sat.x86_64",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2_keywords-0:0.0.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby2ruby-0:2.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-ruby_parser-0:3.20.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-rubyipmi-0:0.11.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-safemode-0:1.3.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-scoped_search-0:4.1.11-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sd_notify-0:0.1.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-secure_headers-0:6.5.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sequel-0:5.68.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-server_sent_events-0:0.1.3-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sexp_processor-0:4.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sidekiq-0:6.3.1-2.el8sat.src",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-signet-0:0.17.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sinatra-1:2.2.4-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_ansible-0:3.5.5-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_container_gateway-0:1.0.8-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_infoblox-0:0.0.17-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dhcp_remote_isc-0:0.0.5-6.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery-0:1.0.5-9.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_discovery_image-0:1.6.0-2.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dns_infoblox-0:1.1.0-7.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow-0:0.9.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_dynflow_core-0:0.4.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_openscap-0:0.9.2-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_pulp-0:3.2.0-3.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_remote_execution_ssh-0:0.10.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.noarch",
"8Base-satellite-6.14:rubygem-smart_proxy_shellhooks-0:0.9.2-3.el8sat.src",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-snaky_hash-0:2.0.1-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.noarch",
"8Base-satellite-6.14:rubygem-sprockets-0:4.2.0-1.el8sat.src",
"8Base-satellite-6.14:rubygem-sproc